-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Steve",
"version": "1.0.0",
"description": "",
"main": "main.js",
"author": "",
"scripts": {
"start": "node main.js",
"postinstall": "bower install"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-react-templates": "^0.3.0"
},
"dependencies": {
"express": "*",
"bower": "*",
"errorhandler": "*",
"body-parser": "*",
"cookie-parser": "*",
"method-override": "*",
"express-session": "*",
"request": "~2.67.0",
"speakeasy-nlp": "~0.2.2",
"natural": "~0.2.1",
"node-pos": "0.0.4",
"clj-fuzzy": "~0.3.1",
"simple-oauth2": "~0.2.1"
}
}