fd-gulp-jsconcat
Version:
concat js files according to those rules listed on this page(http://wd.alibaba-inc.com/doc/page/work/cbu-regulations/merge)
30 lines (29 loc) • 702 B
JSON
{
"name": "fd-gulp-jsconcat",
"version": "0.1.0",
"description": "concat js files according to those rules listed on this page(http://wd.alibaba-inc.com/doc/page/work/cbu-regulations/merge)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:fangdeng/fd-gulp-jsconcat.git"
},
"keywords": [
"gulpplugin",
"fdmplugin",
"jsconcat"
],
"author": "lihao.ylh",
"license": "ISC",
"dependencies": {
"async": "^0.6.2",
"request": "~2.34.0",
"iconv-lite": "~0.2.11",
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
},
"devDependencies": {
"gulp": "~3.6.0",
"mocha": "~1.18.2",
"chai": "~1.9.1"
}
}