forked from NCKUKIWI/CHUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "CHUB",
"version": "1.0.0",
"description": "none",
"main": "index.js",
"scripts": {
"test": "mocha --timeout=20000",
"start": "NODE_ENV=production node ./node_modules/nodemon/bin/nodemon -e '.js .ejs .css .html' app.js -V"
},
"author": "CHUB",
"license": "ISC",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.15.2",
"compression": "^1.7.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"ejs-locals": "^1.0.2",
"express": "^4.14.0",
"express-session": "^1.14.0",
"fbgraph": "^1.4.1",
"mobile-detect": "^1.3.7",
"mongoose": "^4.9.0",
"mongoose-unique-validator": "^1.0.5",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"nodemailer": "^3.1.8",
"nodemon": "^1.9.2",
"rimraf": "^2.6.1",
"sha256": "^0.2.0",
"sharp": "^0.18.4"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"mocha": "^3.2.0",
"request": "^2.81.0",
"should": "^11.2.1"
}
}