This repository was archived by the owner on Feb 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 KB
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
{
"name": "hapi-setup",
"version": "2.0.1",
"description": "hapi plugin for viewing the server configuration",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"main": "lib/index.js",
"homepage": "https://github.com/continuationlabs/hapi-setup",
"repository": {
"type": "git",
"url": "https://github.com/continuationlabs/hapi-setup.git"
},
"bugs": {
"url": "https://github.com/continuationlabs/hapi-setup/issues"
},
"license": "MIT",
"dependencies": {
"inert": "3.x.x",
"jade": "1.11.0",
"vision": "4.x.x",
"webpack": "1.12.13"
},
"devDependencies": {
"autoprefixer-stylus": "0.9.1",
"axis": "0.5.x",
"belly-button": "2.x.x",
"clean-webpack-plugin": "0.1.8",
"compression-webpack-plugin": "0.2.0",
"css-loader": "0.23.0",
"code": "2.x.x",
"hapi": "13.x.x",
"html-webpack-plugin": "2.8.1",
"jeet": "6.1.x",
"joi": "7.x.x",
"lab": "8.x.x",
"rupture": "0.6.1",
"style-loader": "0.13.x",
"stylus-loader": "1.5.1"
},
"peerDependencies": {
"hapi": ">=10.x.x"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"lint": "belly-button -i 'lib/*.js' -i dev-server.js -i webpack.config.js",
"prepublish": "webpack",
"start": "node dev-server & npm run webpack",
"test": "npm run lint && lab -v -t 100 -a code",
"webpack": "webpack -w -c -v"
},
"keywords": [
"hapi",
"plugin",
"documentation",
"setup",
"config"
]
}