forked from petugez/registries-roster_back
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 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
{
"name": "registries-roster",
"version": "0.0.0",
"description": "Registries application",
"main": "build/server/server.js",
"repository": {
"type": "git",
"url": "https://github.com/sosik/registries"
},
"author": "Pavol Starek",
"dependencies": {
"async": "*",
"body-parser": "^1.4.3",
"cookie-parser": "^1.3.2",
"errorhandler": "^1.1.1",
"express": "^4.6.1",
"extend": "^1.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"mongodb": "^1.4.7",
"object-hash": "*",
"supervisor": "^0.6.0",
"swig": "^1.4.1",
"winston": "^0.7.3"
},
"devDependencies": {
"grunt-contrib-sass": "^0.7.3"
},
"scripts": {
"test": "grunt test",
"start": "supervisor --watch 'build/' -- build/server/server.js"
}
}