-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
31 lines (31 loc) · 827 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
{
"name": "hapi-webpack-dev-middleware",
"version": "2.0.0",
"description": "hapi plugin to use webpack-dev-middleware",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/prashaantt/hapi-webpack-dev-middleware"
},
"author": "Prashant Tiwari <prashaantt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prashaantt/hapi-webpack-dev-middleware/issues"
},
"homepage": "https://github.com/prashaantt/hapi-webpack-dev-middleware",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"eslint": "2.9.0",
"eslint-config-hapi": "9.1.0",
"eslint-plugin-hapi": "4.0.0",
"hapi": "15.2.0",
"code": "4.0.0",
"lab": "11.2.0"
},
"dependencies": {
"webpack": "2.1.0-beta.25",
"webpack-dev-middleware": "1.8.4"
}
}