-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "spm-webpack-server",
"version": "1.0.1",
"description": "Server for spm projects.",
"main": "index",
"dependencies": {
"atool-monitor": "0.x",
"co-request": "~0.2.1",
"coffee-script": "~1.9.1",
"combo-url": "~0.2.0",
"commander": "~2.7.1",
"debug": "~2.2.0",
"extend": "~2.0.0",
"internal-ip": "~1.0.0",
"koa": "~0.19.1",
"koa-send": "~1.3.0",
"koa-serve-index": "~1.0.1",
"koa-static": "~1.4.9",
"spm-argv": "~0.2.0",
"spm-log": "~0.1.2",
"spm-webpack": "~1.0.0",
"spmrc": "~1.2.0",
"tiny-lr": "~0.1.5",
"webpack-dev-middleware": "~1.2.0",
"weinre": "~2.0.0-pre-I0Z7U9OV"
},
"devDependencies": {
"coveralls": "2",
"istanbul": "0",
"jshint": "2",
"mocha": "1",
"should": "3",
"supertest": "~1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm-webpack-server"
},
"homepage": "https://github.com/spmjs/spm-webpack-server",
"author": "chencheng <[email protected]>",
"license": "MIT",
"scripts": {
"test": "make test"
},
"bin": {
"spm-webpack-server": "cli.js"
}
}