-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
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
{
"name": "mozzoo",
"version": "1.0.0",
"description": "Mozzoo Event Management System",
"main": "server.js",
"dependencies": {
"ayepromise": "^1.1.2",
"body-parser": "^1.14.2",
"deployd": "^0.8.8",
"dpd-collection-systemfields": "^1.0.0",
"dpd-js-sdk": "^0.0.7",
"ect": "^0.5.9",
"express": "^4.13.4",
"fs": "^0.0.2",
"method-override": "^2.3.5",
"path": "^0.12.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "mongod --dbpath data --fork --logpath /dev/null",
"start": "node server.js",
"stop": "mongo admin --eval 'db.shutdownServer()' > /dev/null"
},
"author": "dodik gaghan",
"license": "ISC"
}