-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 758 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 758 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": "polymer",
"version": "0.1.0",
"description": "polymer",
"author": "walker",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"dependencies": {
"async": "^2.0.1",
"connect-mongo": "^1.3.2",
"express": "4.14.0",
"express-validator": "^2.20.8",
"google-protobuf": "^3.1.1",
"hiredis": "^0.5.0",
"ioredis": "^2.3.0",
"kraken-js": "1.0.6",
"lodash": "^4.15.0",
"moment": "^2.15.0",
"mongoose": "^4.6.0",
"passport": "^0.3.2",
"request": "^2.74.0",
"request-promise": "^4.1.1"
},
"devDependencies": {},
"generator-kraken": {
"version": "1.1.1",
"template": false,
"css": false,
"js": false,
"task": "grunt"
}
}