-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
64 lines (64 loc) · 1.46 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
59
60
61
62
63
64
{
"name": "spm-build",
"version": "1.3.3",
"description": "build tool for spm3.",
"main": "lib/index",
"dependencies": {
"6to5": "~3.3.3",
"cdeps": "~0.1.0",
"co": "~4.1.0",
"colorful": "~2.1.0",
"commander": "~2.5.0",
"debug": "~2.1.1",
"exeq": "~2.0.2",
"extend": "~2.0.0",
"father": "~0.13.0",
"flatten": "0.0.1",
"glob": "~4.3.1",
"gnode": "~0.1.1",
"gulp-6to5": "~2.0.2",
"gulp-autoprefixer": "~2.1.0",
"gulp-if": "~1.2.5",
"gulp-minify-css": "~0.3.12",
"gulp-mirror": "~0.3.1",
"gulp-size2": "~0.4.0",
"gulp-spm": "0.11.1",
"gulp-uglify": "~1.0.2",
"gulp-zip": "~2.0.2",
"mixarg": "~0.2.0",
"multipipe": "~0.1.2",
"rimraf": "~2.2.8",
"scripts-hook": "~0.1.0",
"spm-client": "~0.2.7",
"spm-log": "~0.1.1",
"spmrc": "~1.2.0",
"step.js": "~2.0.5",
"through2": "~0.6.3",
"thunkify": "~2.1.2",
"uniq": "~1.0.1",
"unyield": "0.0.1",
"vinyl-fs": "~0.3.13"
},
"devDependencies": {
"co-mocha": "~1.0.0",
"coveralls": "2",
"istanbul-harmony": "0",
"jshint": "~2.5.11",
"mocha": "1",
"should": "3",
"sinon": "~1.12.1"
},
"repository": {
"type": "git",
"url": "https://github.com/spmjs/spm-build"
},
"homepage": "https://github.com/spmjs/spm-build",
"author": "chencheng <[email protected]>",
"license": "MIT",
"scripts": {
"test": "make test"
},
"bin": {
"spm-build": "cli.js"
}
}