-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 808 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
36
{
"name": "swallow",
"version": "0.1.0",
"description": "swallow",
"author": "walker",
"main": "server.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"all": "npm run build && npm run test"
},
"dependencies": {
"async": "^2.1.2",
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"connect-redis": "^3.1.0",
"express": "^4.14.0",
"express-validator": "^2.21.0",
"hiredis": "^0.5.0",
"iconv-lite": "^0.4.15",
"ioredis": "^2.4.0",
"kraken-js": "^2.1.0",
"lodash": "^4.17.2",
"moment": "^2.16.0",
"mongoose": "^4.7.2",
"pm2": "^2.1.5",
"qiniu": "^6.1.13",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"spdy": "^3.4.4",
"uuid": "^3.0.0"
},
"devDependencies": {
"grunt": "^1.0.1"
}
}