forked from icfi-tech-crunch-munch/wcag-in-my-508
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 875 Bytes
/
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
{
"name": "get-with-git",
"version": "1.0.0",
"description": "Tech Crunch Munch - Get with Git",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeff Heinrichs <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.12",
"body-parser": "^1.12.0",
"cookie-parser": "^1.3.4",
"csurf": "^1.7.0",
"express": "^4.12.0",
"express-session": "^1.10.3",
"helmet": "^0.6.1",
"jade": "^1.9.2",
"mongoose": "^3.8.24",
"node-rest-client": "^1.4.4"
},
"devDependencies": {
"bower": "^1.3.12",
"chai": "^2.1.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.15",
"supertest": "^0.15.0"
}
}