-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 967 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
{
"name": "hapi-universal-webpack-plugin",
"version": "0.2.0",
"description": "Hapi plugin that implements dev, hot and hot-server middleware for weback",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rherwig/hapi-universal-webpack-plugin.git"
},
"keywords": [
"webpack",
"dev-middleware",
"hot-middleware",
"hot-server-middleware",
"hapi",
"universal",
"server-side",
"rendering"
],
"author": "Rico Herwig <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rherwig/hapi-universal-webpack-plugin/issues"
},
"homepage": "https://github.com/rherwig/hapi-universal-webpack-plugin#readme",
"peerDependencies": {
"webpack": "*",
"hapi": "*"
},
"dependencies": {
"debug": "^4.1.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.24.3",
"webpack-hot-server-middleware": "^0.5.0"
}
}