forked from open-city/recycling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 950 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
41
{
"name": "recycling-server",
"description": "recycling API",
"version": "0.0.1",
"private": "true",
"scripts": {
"postinstall": "script/postinstall.sh",
"test": "mocha test/unit/report.js test/unit/location.js"
},
"dependencies": {
"async": "^0.9.0",
"basic-auth": "^1.0.0",
"body-parser": "^1.9.0",
"compression": "^1.4.3",
"ejs": "^1.0.0",
"express": "4.x",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.4",
"grunt-mongo-migrations": "^0.6.1",
"hbs": "^2.7.0",
"lodash": "^2.4.1",
"logfmt": "^1.1.2",
"memjs": "^0.8.5",
"mongodb": "^1.4.9",
"mongoose": "^4.0.7",
"morgan": "^1.3.2",
"nodemailer": "^1.3.0",
"request": "^2.39.0",
"validator": "^3.27.0"
},
"main": "server.js",
"engines": {
"node": "0.10.x"
},
"devDependencies": {
"chai": "^1.10.0",
"json2csv": "^2.2.2",
"mocha": "^2.0.1"
}
}