-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "mummy",
"version": "3.0.2",
"description": "Tools for using Zombie.js with Hapi.",
"main": "lib/mummy",
"scripts": {
"coverage": "gulp coverage; xdg-open coverage/lcov-report/index.html",
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jagoda/mummy.git"
},
"keywords": [
"zombie",
"test",
"testing",
"hapi"
],
"author": "Jeff Jagoda <jeffrey.jagoda@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jagoda/mummy/issues"
},
"homepage": "https://github.com/jagoda/mummy",
"devDependencies": {
"chai": "^2.0.0",
"gulp": "^3.8.6",
"gulp-istanbul": "^0.6.0",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jshint": "^1.8.0",
"gulp-mocha": "^2.0.0",
"hapi": "^8.2.0",
"jshint-stylish": "^0.4.0",
"nock": "^0.42.2",
"sinon": "^1.10.3",
"stream-consume": "^0.1.0",
"zombie": "^3.1.0"
},
"dependencies": {
"bluebird": "^2.9.9",
"debug": "^2.1.3",
"lodash": "^2.4.1",
"request": "^2.53.0"
},
"peerDependencies": {
"hapi": "^8.2.0",
"zombie": "^3.1.0"
}
}