-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 801 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 801 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
{
"name": "my-test",
"version": "0.0.0",
"description": "Extrime Tech training",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.10.*",
"npm": "1.3.*"
},
"author": "dima",
"license": "MIT",
"dependencies": {
"express": "~4.9.5",
"jade": "~1.7.0",
"stylus": "~0.49.1",
"mongoose": "~3.8.16",
"morgan": "~1.3.2",
"static-favicon": "~1.0.1",
"body-parser": "~1.8.0",
"passport-local": "~1.0.0",
"passport": "~0.2.1",
"cookie-parser": "~1.3.3",
"cookie-session": "~2.0.0-alpha.1",
"express-session": "~1.13.0"
},
"devDependencies": {
"karma-mocha": "~0.1.9",
"mocha": "~2.0.1",
"karma-chai-plugins": "~0.2.3",
"karma": "~0.12.24"
}
}