-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1001 Bytes
/
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
{
"name": "hapi-webpack-dev-plugin",
"version": "1.2.0",
"description": "a plugin to integrate the web-pack-dev-server as a hapi plugin into a hapi server instead of using express",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hapi",
"webpack",
"devserver",
"server",
"dev"
],
"author": "atroo ([email protected])",
"repository": {
"type": "git",
"url": "https://github.com/atroo/hapi-webpack-dev-server-plugin"
},
"license": "ISC",
"peerDependencies": {
"hapi": ">=14.x.x"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-spies": "^0.5.1",
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1",
"hapi": "8.x.x",
"webpack": "^1.4.12",
"wreck": "^5.0.1"
},
"dependencies": {
"boom": "^2.6.0",
"jquery": "^2.1.1",
"memory-fs": "^0.1.0",
"mime": "^1.2.11",
"socket.io": "^1.3.3"
}
}