forked from vokal/cvr-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 947 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
35
36
37
38
39
{
"name": "cvr-view",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "node ./bin/www",
"test": "mocha --reporter spec",
"testcover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"dependencies": {
"async": "^1.5.0",
"body-parser": "~1.12.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.4",
"cvr": "^2.0.0",
"debug": "~2.1.1",
"dotenv": "^1.2.0",
"express": "~4.12.2",
"express-session": "^1.11.1",
"github": "^0.2.4",
"hbs": "~2.9.0",
"less-middleware": "1.0.x",
"moment": "^2.10.6",
"mongoose": "^4.0.3",
"morgan": "~1.5.1",
"multer": "^0.1.8",
"node-uuid": "^1.4.3",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-oauth": "^1.0.0",
"request": "^2.69.0",
"serve-favicon": "~2.2.0"
},
"devDependencies": {
"mocha": "^2.3.4",
"nock": "^7.2.2",
"supertest": "^1.1.0"
}
}