-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 970 Bytes
/
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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "node ./lib/index.js",
"watch": "nodemon ./lib/index.js",
"debug": "node --inspect=5858 --inspect-brk ./lib/index.js",
"test": "mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"connect-breadcrumb": "^1.0.1",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"jsonwebtoken": "^8.1.1",
"mockjs": "^1.0.1-beta3",
"moment": "^2.20.1",
"nunjucks": "^3.0.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path-to-regexp": "^2.1.0",
"rc": "^1.2.3",
"sails-disk": "^0.10.10",
"waterline": "^0.10.31"
},
"devDependencies": {
"chai": "^4.1.2",
"log4js": "^2.5.2",
"mocha": "^5.0.0",
"nodemon": "^1.14.11",
"supertest": "^3.0.0"
}
}