-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 970 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
{
"name": "crave-connect-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon -L ./server.js",
"dev": "NODE_ENV=dev nodemon -L ./server.js --ignore 'public/*/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjemagid/crave-connect-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cjemagid/crave-connect-demo/issues"
},
"homepage": "https://github.com/cjemagid/crave-connect-demo#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"crave-connect": "^1.0.3",
"dateformat": "^3.0.2",
"debug": "^3.1.0",
"express": "^4.16.2",
"hogan-express": "^0.5.2",
"http": "0.0.0",
"morgan": "^1.9.0",
"path": "^0.12.7",
"serve-favicon": "^2.4.5",
"truncate": "^2.0.0"
}
}