forked from webpack/webpack-dev-middleware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 728 Bytes
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
{
"name": "webpack-dev-middleware",
"version": "1.6.1",
"author": "Tobias Koppers @sokra",
"description": "Offers a dev middleware for webpack, which arguments a live bundle to a directory",
"peerDependencies": {
"webpack": "1 || ^2.1.0-beta"
},
"dependencies": {
"memory-fs": "~0.3.0",
"mime": "^1.3.4",
"range-parser": "^1.0.3"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"engines": {
"node": ">=0.6"
},
"homepage": "http://github.com/webpack/webpack-dev-middleware",
"main": "middleware.js",
"repository": {
"type": "git",
"url": "https://github.com/webpack/webpack-dev-middleware.git"
}
}