-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 892 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 892 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
{
"name": "AngryPedia",
"version": "1.0.0",
"description": "The G5 CA4",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.3.3",
"angular-route": "^1.3.3",
"body-parser": "^1.9.2",
"cookie-parser": "^1.3.3",
"debug": "^2.1.0",
"express": "^4.10.2",
"jade": "^1.7.0",
"mongoose": "3.8.8",
"morgan": "^1.5.0",
"serve-favicon": "^2.1.6"
},
"devDependencies": {
"bower": "^1.3.12",
"jasmine-core": "^2.1.2",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "^2.0.1",
"mongodb": "^1.4.20",
"should": "^4.3.0",
"supertest": "^0.15.0"
},
"scripts": {
"start": "node ./bin/www",
"test": "mocha test/server-test/test-webservice.js"
}
}