-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 840 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-hot-middleware",
"version": "2.0.0",
"description": "hapi plugin to use webpack-hot-middleware",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/prashaantt/hapi-webpack-hot-middleware"
},
"author": "Prashant Tiwari <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/prashaantt/hapi-webpack-hot-middleware/issues"
},
"homepage": "https://github.com/prashaantt/hapi-webpack-hot-middleware",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"code": "4.0.0",
"eslint": "2.9.0",
"eslint-config-hapi": "9.1.0",
"eslint-plugin-hapi": "4.0.0",
"hapi": "15.2.0",
"lab": "11.2.0"
},
"dependencies": {
"hapi-webpack-dev-middleware": "2.0.0",
"webpack-hot-middleware": "2.13.2"
}
}