-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
42 lines (42 loc) · 931 Bytes
/
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
{
"name": "gulp-seajs-combo",
"version": "1.2.4",
"description": "seajs(CMD) Module combo pulgin for gulp",
"homepage": "http://github.com/chenmnkken/gulp-seajs-combo",
"author": {
"name": "YiguoChan",
"email": "[email protected]",
"url": "http://stylechen.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/chenmnkken/gulp-seajs-combo.git"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"seajs",
"cmd",
"combo"
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"glob-stream": "^4.1.1",
"graceful-fs": "^3.0.6",
"gulp-util": "^3.0.0",
"promise": "^6.1.0",
"strip-bom": "^1.0.0",
"through2": "^0.6.0",
"vinyl": "^0.4.6"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-handlebars": "^4.0.0",
"gulp-wrap": "^0.11.0",
"should": "^4.6.5",
"stream-assert": "^2.0.2"
},
"license": "MIT"
}