-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 914 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 914 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
35
36
37
38
39
40
{
"name": "dillist",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app.js",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cors": "2.7.1",
"debug": "~2.6.3",
"ejs": "2.4.1",
"errorhandler": "1.4.3",
"express": "^4.15.4",
"express-jwt": "3.3.0",
"express-session": "1.13.0",
"jade": "~1.11.0",
"jsonwebtoken": "7.1.9",
"method-override": "2.3.5",
"methods": "1.1.2",
"mongoose": "4.4.10",
"mongoose-unique-validator": "1.0.2",
"morgan": "1.7.0",
"node": "0.0.0",
"passport": "0.3.2",
"passport-local": "1.0.0",
"request": "2.69.0",
"serve-favicon": "~2.4.2",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^4.0.0",
"mockgoose": "^7.3.3",
"should-http": "^0.1.1"
}
}