-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.61 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "SC5_APICollection_Boilerplate",
"description": "Boilerplate for API collections",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/mpuittinen/SC5_APICollection_Boilerplate.git"
},
"engines": {
"node": ">=0.10.10",
"npm": ">=1.2.15"
},
"private": true,
"dependencies": {
"body-parser": "^1.9.1",
"bookshelf": "^0.7.9",
"bunyan": "^1.2.1",
"cors": "^2.5.3",
"dotenv": "^0.4.0",
"express": "^4.9.8",
"github": "^0.2.3",
"gulp-apidoc": "0.0.3",
"gulp-nsp": "^0.4.5",
"lodash": "^2.4.2",
"memory-cache": "0.0.5",
"moment": "^2.9.0",
"node-schedule": "^0.2.8",
"nsp": "^1.0.1",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"q": "^1.0.1",
"request": "^2.45.0",
"underscore": "^1.7.0",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
},
"devDependencies": {
"bluebird": "^2.2.2",
"event-stream": "^3.1.5",
"exec-wait": "^0.0.3",
"gulp": "^3.8.6",
"gulp-load-plugins": "^0.5.3",
"gulp-bump": "^0.1.10",
"gulp-cached": "^1.0.1",
"gulp-jshint": "^1.8.3",
"gulp-protractor": "0.0.11",
"gulp-serve": "^0.2.0",
"gulp-util": "^2.2.20",
"gulp-using": "0.0.1",
"gulp-plumber": "^0.6.3",
"phantomjs": "^1.9.7-15",
"protractor": "^1.0.0-rc6",
"nock": "^0.47.0",
"run-sequence": "^0.3.6",
"del": "^0.1.3",
"localtunnel": "^1.5.0"
},
"scripts": {
"build-image": "docker build -t server_image .",
"test": "NODE_ENV=test && gulp build test",
"logs": "tail -f server.log | bunyan",
"start": "node server/index.js"
}
}