-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "generator-hapi-style",
"version": "8.0.3",
"description": "Yeoman generator for scaffolding hapi apps and plugins",
"main": "new/index.js",
"scripts": {
"test": "lab -c -L -I makeString",
"test-cover": "lab -c -I makeString -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html"
},
"repository": {
"type": "git",
"url": "[email protected]:jedireza/generator-hapi-style.git"
},
"keywords": [
"hapi",
"boilerplate",
"plugin",
"generator",
"yeoman",
"yo",
"yeoman-generator"
],
"engines": {
"node": ">=4.0.0"
},
"author": "Reza Akhavan",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedireza/generator-hapi-style/issues"
},
"homepage": "https://github.com/jedireza/generator-hapi-style",
"devDependencies": {
"code": "3.x.x",
"lab": "11.x.x",
"proxyquire": "1.x.x",
"rimraf": "2.x.x",
"yeoman-assert": "2.x.x",
"yeoman-test": "1.x.x",
"yo": "1.x.x"
},
"dependencies": {
"git-config": "0.0.7",
"github-url-from-git": "1.x.x",
"mkdirp": "0.5.x",
"yeoman-generator": "0.24.x"
}
}