-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
45 lines (45 loc) · 1.05 KB
/
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
42
43
44
45
{
"name": "recycling-server",
"description": "recycling API",
"version": "0.0.1",
"private": "true",
"scripts": {
"postinstall": "script/postinstall.sh",
"test": "mocha test/unit/*.js"
},
"dependencies": {
"async": "^1.4.2",
"basic-auth": "^1.0.3",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"ejs": "^2.5.5",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-mocha-test": "^0.12.7",
"grunt-mongo-migrations": "^0.6.1",
"json2csv": "^2.12.0",
"load-grunt-tasks": "^3.5.0",
"lodash": "^3.10.1",
"logfmt": "^1.2.0",
"memjs": "^0.8.6",
"mongodb": "^2.0.45",
"mongoose": "^4.1.11",
"morgan": "^1.6.1",
"nodemailer": "^1.8.0",
"request": "^2.72.0",
"time-grunt": "^1.3.0",
"validator": "^4.1.0"
},
"main": "server.js",
"engines": {
"node": "6.x"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-develop": "^0.4.0",
"mocha": "^2.4.5"
}
}