forked from mekwall/koa-webpack-dev-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
44
45
46
47
48
49
50
51
52
53
{
"name": "koa-webpack-dev-server",
"version": "0.3.0",
"description": "webpack dev server using koa.js",
"main": "index.js",
"scripts": {
"test": "mocha --harmony"
},
"repository": {
"type": "git",
"url": "git://github.com/mekwall/koa-webpack-dev-server.git"
},
"keywords": [
"koa",
"webpack"
],
"author": "Marcus Ekwall <marcus.ekwall@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mekwall/koa-webpack-dev-server/issues"
},
"homepage": "https://github.com/mekwall/koa-webpack-dev-server",
"peerDependencies": {
"webpack": "1.x"
},
"dependencies": {
"cache-stream": "^0.1.0",
"debug": "^1.0.4",
"koa": "^0.8.2",
"koa-router": "^3.2.3",
"koa-ws": "^0.2.0",
"memory-fs": "^0.1.0",
"mime": "^1.2.11",
"request": "^2.40.0",
"stream-injecter": "0.0.1"
},
"devDependencies": {
"css-loader": "^0.7.0",
"extract-text-webpack-plugin": "^0.2.3",
"file-loader": "^0.5.1",
"gulp": "^3.8.6",
"gulp-jade": "^0.7.0",
"jade": "~1.5.0",
"jade-loader": "mekwall/jade-loader.git#patch-1",
"koa-ws": "^0.1.3",
"mocha": "^1.21.3",
"run-sequence": "^0.3.6",
"style-loader": "^0.6.4",
"stylus-loader": "^0.4.0",
"url-loader": "^0.5.5",
"webpack": "^1.3.2-beta9"
}
}