-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.54 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
{
"name": "hapi-harvester",
"version": "0.5.5",
"description": "Harvester Hapi Plugin",
"main": "index.js",
"scripts": {
"setup": "cd docker && ./start.sh",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/agco/hapi-harvester.git"
},
"keywords": [
"hapi",
"api",
"harvester"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/agco/hapi-harvester/issues"
},
"homepage": "https://github.com/agco/hapi-harvester",
"dependencies": {
"bluebird": "^3.4.7",
"boom": "^4.2.0",
"create-error": "^0.3.1",
"debug": "^2.2.0",
"dot-object": "^1.4.1",
"highland": "^2.5.1",
"hoek": "^4.1.0",
"http-as-promised": "^1.1.0",
"joi": "^10.1.0",
"lodash": "^4.17.4",
"mongodb": "2.2.20",
"mongoose": "^4.2.8",
"node-uuid": "^1.4.3",
"qs": "^6.0.0",
"rx": "^4.0.7",
"rx-node": "^1.0.1",
"susie": "^2.0.0"
},
"devDependencies": {
"agco-event-source-stream": "^1.1.1",
"chai": "^3.3.0",
"chai-things": "^0.2.0",
"coveralls": "^2.11.2",
"eventsource": "^0.2.1",
"hapi": "16.1.0",
"hapi-swagger": "7.5.0",
"inert": "^4.1.0",
"inject-then": "^2.0.8",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "1.2.0",
"should": "11.1.2",
"vision": "^4.0.1"
},
"peerDependencies": {
"joi": ">=6.9"
}
}