-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1016 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": "quick-book",
"version": "1.0.0",
"description": "Book meeting rooms",
"main": "index.js",
"scripts": {
"start": "node ./app/bin/www",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --recursive spec",
"dev": "nodemon ./app/bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.2.0",
"express": "~4.13.4",
"express-ipfilter": "^0.2.1",
"google-auth-library": "^0.9.9",
"googleapis": "^14.1.0",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"moment": "^2.15.1",
"moment-timezone": "^0.5.6",
"mongoose": "^4.11.9",
"morgan": "~1.7.0",
"request-promise": "^4.2.1",
"serve-favicon": "~2.3.0",
"supertest": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.0",
"glob": "^7.1.2",
"mocha": "^3.5.0",
"nodemon": "^1.11.0",
"proxyquire": "^1.8.0",
"require-subvert": "^0.1.0",
"sinon": "^3.0.0"
}
}