-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "gulp-spm",
"version": "1.0.0",
"description": "gulp plugin for cmd transport",
"main": "index",
"dependencies": {
"crequire": "~1.5.0",
"css-imports": "~0.3.1",
"css-resources": "~0.1.0",
"css2str": "~0.1.0",
"debug": "^0.8.0",
"duplexer2": "~0.0.2",
"extend": "~1.3.0",
"father": "~1.0.0",
"gulp-reactify": "~1.0.0",
"handlebars": "1.3.0",
"is-type": "0.0.1",
"mixarg": "~0.1.1",
"multipipe": "~0.1.1",
"rename": "~1.0.0",
"stream-switch": "~0.1.0",
"through2": "~0.6.2",
"vinyl": "~0.4.3"
},
"devDependencies": {
"istanbul": "0",
"mocha": "1",
"matcha": "0",
"should": "4",
"totoro": "1",
"concat-stream": "~1.4.4",
"coveralls": "~2.8.0",
"pedding": "~1.0.0",
"vinyl-fs": "~0.3.7",
"utility": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/gulp-spm"
},
"homepage": "https://github.com/spmjs/gulp-spm",
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT",
"scripts": {
"test": "make test"
}
}