-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 970 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
40
{
"name": "news",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node bin/www",
"postinstall": "bower install",
"test": "node node_modules/mocha/bin/mocha --recursive -R spec test/"
},
"dependencies": {
"12factor-config": "^1.2.1",
"async": "^2.0.1",
"aws-sdk": "^2.4.9",
"body-parser": "~1.10.2",
"bower": "^1.7.9",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"dotenv": "^1.2.0",
"express": "~4.11.1",
"jade": "~1.9.1",
"moment": "^2.14.1",
"morgan": "~1.5.1",
"multiparty": "^4.1.1",
"node-markdown": "^0.1.1",
"node-uuid": "^1.4.3",
"repository-dynamodb": "^0.9.7",
"serve-favicon": "~2.2.0",
"underscore": "^1.8.2",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-datetime": "^1.3.1",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"proxyquire": "^1.3.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}