-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 951 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
41
{
"name": "buyunifiserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --timeout 3000 --recursive"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "^2.6.9",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"handlebars": "^4.0.11",
"helmet": "^3.12.0",
"jade": "~1.11.0",
"jimp": "^0.2.28",
"jsonwebtoken": "^7.4.3",
"kue": "^0.11.6",
"mongoose": "^4.13.11",
"morgan": "~1.8.1",
"node-unifiapi": "0.0.49",
"nodemailer": "^4.6.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"slug": "^0.9.1",
"uuid": "^3.2.1",
"validator": "^8.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"mocha": "^3.5.3"
}
}