-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 843 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/lanbau/giantcrm.git"
},
"keywords": [
"customer relationship management tool"
],
"author": "@lanbau",
"license": "ISC",
"bugs": {
"url": "https://github.com/lanbau/giantcrm/issues"
},
"dependencies": {
"body-parser": "~1.13.2",
"browserify": "^13.0.0",
"cloudant": "^1.4.0",
"cookie-parser": "~1.3.5",
"debug": "^2.2.0",
"express": "~4.13.1",
"express-jwt": "^3.3.0",
"gcm": "^1.0.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"watson-developer-cloud": "^1.2.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"supertest": "^1.1.0"
}
}