-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
65
{
"author": "Nicolas Carlier <https://github.com/ncarlier>",
"name": "keeper-core-api",
"version": "2.0.0-beta",
"description": "Nunux Keeper core API",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "github.com:nunux-keeper/keeper-core-api.git"
},
"scripts": {
"start": "node --harmony src/cluster",
"debug": "node-inspector & node --harmony --debug src/cluster",
"test": "node --harmony `which gulp`",
"job-worker": "node --harmony src/job/worker",
"job-launcher": "node --harmony src/job/launcher"
},
"dependencies": {
"JSONStream": "^1.1.3",
"adm-zip": "^0.4.7",
"archiver": "^1.0.0",
"body-parser": "^1.15.2",
"bodybuilder": "^1.24.0",
"bunyan": "^1.8.1",
"chance": "^1.0.3",
"commander": "^2.9.0",
"compression": "^1.6.2",
"cookies": "^0.6.1",
"elasticsearch": "^12.1.3",
"elasticsearch-streams": "0.0.9",
"express": "^4.14.0",
"express-validator": "^2.20.8",
"fs-extra": "^0.30.0",
"gm": "^1.22.0",
"hal": "^0.1.0",
"jsonwebtoken": "^8.0.0",
"knox": "^0.9.2",
"kue": "^0.11.5",
"lodash": "^4.13.1",
"lynx": "^0.2.0",
"method-override": "^2.3.6",
"mime": "^1.3.4",
"mongodb": "^2.2.0",
"multiparty": "^4.1.2",
"newrelic": "^4.0.0",
"node-readability": "^2.2.0",
"redis": "^2.6.2",
"request": "^2.73.0",
"swagger-jsdoc": "^1.8.2",
"webshot": "^0.18.0",
"when": "^3.7.7"
},
"devDependencies": {
"chai": "^3.5.0",
"cucumber": "^1.2.1",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-cucumber": "0.0.21",
"gulp-eslint": "^3.0.1",
"gulp-todo": "^4.1.0",
"supertest": "^1.2.0"
}
}