-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
{
"name": "huoshui_backend_api",
"private": true,
"version": "1.0.1",
"description": "Huoshui Backend API",
"keywords": [],
"dependencies": {
"async": "^2.0.1",
"axios": "^0.19.0",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"continuation-local-storage": "^3.2.0",
"csv": "^1.1.0",
"ejs": "2.5.5",
"flaverr": "^1.0.0",
"github": "^9.2.0",
"include-all": "~0.1.6",
"jsonwebtoken": "^7.0.0",
"kue": "^0.11.5",
"lodash": "^4.17.2",
"merge-defaults": "^0.2.1",
"node-uuid": "^1.4.8",
"nodemailer": "^3.0.2",
"passport": "^0.3.2",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"pluralize": "^3.1.0",
"qiniu": "^7.0.4",
"rc": "1.0.1",
"sails": "~0.12.3",
"sequelize": "^4.33.0",
"sequelize-cli": "^3.0.0",
"url": "^0.11.0",
"xlsx": "^0.12.6"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/badfuture/huoshui-backend-api.git"
},
"author": "paladinze",
"license": "MIT"
}