-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 826 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 826 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
{
"name": "itarget",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^0.8.7",
"body-parser": "~1.15.1",
"client-sessions": "^0.7.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-validator": "^2.20.8",
"formidable": "^1.0.17",
"fs-extra": "^0.30.0",
"hjs": "~0.0.6",
"mongoose": "^4.5.3",
"morgan": "~1.7.0",
"node-gyp": "^3.4.0",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"request": "^2.72.0",
"sentiment-analysis": "^0.1.2",
"serve-favicon": "~2.3.0",
"swig": "^1.4.2"
}
}