forked from open-city/recycling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 945 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": {
"test": "mocha test/unit/*.js"
},
"dependencies": {
"async": "^3.2.4",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.2",
"coffeescript": "^2.7.0",
"compression": "^1.7.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-mocha-test": "^0.13.3",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"logfmt": "^1.3.2",
"memjs": "^1.3.1",
"mongodb": "^6.0.0",
"mongoose": "^7.5.0",
"morgan": "^1.10.0",
"time-grunt": "^1.4.0",
"validator": "^13.11.0"
},
"main": "server.js",
"engines": {
"node": "18.17.1"
},
"devDependencies": {
"chai": "^4.3.8",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-develop": "^0.4.0",
"mocha": "^10.2.0"
}
}