-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·71 lines (71 loc) · 1.69 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
65
66
67
68
69
70
71
{
"name": "amb",
"version": "2.1.3",
"description": "基于 spm 的项目开发工具.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"bin": {
"amb": "bin/amb"
},
"repository": {
"type": "git",
"url": "https://github.com/animajs/amb.git"
},
"author": "chencheng <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/animajs/amb/issues"
},
"homepage": "https://github.com/animajs/amb",
"dependencies": {
"array-uniq": "~1.0.0",
"checkonline": "~0.3.0",
"co": "~3.1.0",
"coffee-script": "~1.3.3",
"colorful": "~2.1.0",
"commander": "~2.3.0",
"debug": "~1.0.4",
"extend": "~1.3.0",
"glob": "~4.0.5",
"gulp": "~3.6.2",
"gulp-autoprefixer": "~1.0.1",
"gulp-clean": "~0.3.1",
"gulp-coffee": "~2.1.2",
"gulp-cssmin": "~0.1.6",
"gulp-if": "~1.2.4",
"gulp-less": "~1.3.5",
"gulp-load-plugins": "~0.6.0",
"gulp-mirror": "~0.3.0",
"gulp-pathmap": "~0.1.0",
"gulp-slash": "~1.1.3",
"gulp-template": "~1.0.0",
"gulp-transport": "~0.7.0",
"gulp-uglify": "~0.3.2",
"inquirer": "~0.6.0",
"ip": "~0.3.1",
"multipipe": "~0.1.1",
"node-json-minify": "~0.1.3-a",
"request": "~2.40.0",
"semver": "~3.0.1",
"serve-spm": "~0.5.1",
"spm-client": "~0.2.4",
"spm-log": "~0.1.1",
"spm-server": "~0.2.1",
"spm-standalonify": "~0.1.0",
"spmrc": "~1.2.0",
"through2": "~0.6.1",
"umi": "~0.6.0",
"weinre": "~2.0.0-pre-HZ79PDUK",
"whoami": "0.0.3",
"win-spawn": "~2.0.0"
},
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"request": "~2.40.0",
"should": "*",
"sinon": "~1.11.1"
}
}