-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.24 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
49
50
51
52
53
54
55
56
{
"name": "spm-server",
"version": "1.0.0",
"description": "Debug server for spm.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"spm-server": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm-server"
},
"keywords": [
"spm",
"debug"
],
"author": "chencheng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spmjs/spm-server/issues"
},
"homepage": "https://github.com/spmjs/spm-server",
"dependencies": {
"bluebird": "^2.9.3",
"co-request": "~0.2.0",
"coffee-script": "~1.3.3",
"combo-url": "~0.2.0",
"commander": "~2.5.0",
"debug": "~2.1.0",
"extend": "~2.0.0",
"glob-watcher": "~0.0.7",
"gnode": "~0.1.1",
"internal-ip": "~1.0.0",
"koa": "~0.13.0",
"koa-logger": "~1.2.2",
"koa-serve-index": "~1.0.1",
"koa-static": "~1.4.7",
"mime": "~1.2.11",
"serve-spm": "~1.0.0",
"spm-log": "~0.1.1",
"tiny-lr": "~0.1.4",
"weinre": "~2.0.0-pre-HZ79PDUK"
},
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "^0.2.11",
"jshint": "~2.5.11",
"mocha": "~1.20.0",
"request": "2.48.0",
"should": "~4.0.0",
"supertest": "~0.15.0"
}
}