-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.29 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
57
58
{
"name": "serve-spm",
"version": "1.0.0",
"description": "SPM middleware for debug.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/serve-spm"
},
"keywords": [
"spm",
"middleware"
],
"author": "chencheng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/spmjs/serve-spm/issues"
},
"dependencies": {
"chalk": "^0.5.1",
"css-imports": "~0.3.0",
"debug": "~2.1.0",
"father": "~1.0.0",
"generator-support": "~0.0.1",
"glob": "~4.0.6",
"gulp-atpl": "~0.1.0",
"gulp-babel": "~4.0.0",
"gulp-coffee": "~2.1.1",
"gulp-if": "~1.2.4",
"gulp-less": "~1.3.3",
"gulp-reactify": "~1.0.0",
"handlebars": "1.3.0",
"mime": "~1.2.11",
"mixarg": "~0.2.0",
"multipipe": "~0.1.1",
"rename": "~0.2.3",
"searequire": "~1.5.0",
"semver": "~3.0.1",
"strip-comments": "~0.2.0",
"through2": "~0.6.1",
"vinyl": "~0.4.3"
},
"devDependencies": {
"coveralls": "^2.10.0",
"express": "~4.4.1",
"koa": "~0.13.0",
"istanbul-harmony": "~0.3.0",
"mocha": "~1.20.0",
"request": "~2.36.0",
"should": "~4.0.0",
"spy": "^0.1.1",
"touch": "0.0.3",
"supertest": "~0.14.0"
}
}