-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
{
"name": "@mlz/gulp-amd-bundler",
"version": "2.0.1",
"description": "Make an AMD moudle and its relative depended moudles into one file.",
"keywords": [
"amd",
"bundler",
"gulpplugin"
],
"homepage": "https://github.com/juicecube/gulp-amd-bundler",
"author": {
"name": "Gary Wang",
"email": "[email protected]",
"url": "http://webyom.org"
},
"contributors": [
{
"name": "Eric Tian",
"email": "[email protected]",
"url": "https://github.com/tianxing0923"
}
],
"repository": {
"type": "git",
"url": "https://github.com/juicecube/gulp-amd-bundler.git"
},
"bugs": {
"url": "https://github.com/juicecube/gulp-amd-bundler/issues"
},
"main": "lib/index.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"@mlz/gulp-mt2amd": "^2.0.1",
"async": "^3.2.1",
"clean-css": "^5.1.5",
"coffee-react-transform": "^5.0.0",
"coffee-script": "^1.7.1",
"gulp-amd-dependency": "^1.10.0",
"gulp-coffee": "^3.0.3",
"gulp-img-css-sprite": "^0.6.0",
"mkdirp": "^1.0.4",
"plugin-error": "^1.0.1",
"q": "^1.5.1",
"through2": "^4.0.2",
"uglify-js": "^3.14.1",
"underscore": "^1.13.1"
},
"peerDependencies": {
"gulp": "^4.0.2"
}
}