fdm
Version:
基于gulp的1688前端集成化工具
65 lines (64 loc) • 1.56 kB
JSON
{
"name": "fdm",
"description": "基于gulp的1688前端集成化工具",
"version": "0.6.8",
"author": "chunterg (https://github.com/chunterg)",
"bin": {
"fdm": "bin/fdm"
},
"main": "fdm.js",
"homepage": "http://gitlab.alibaba-inc.com/fangdeng/neat/",
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:fangdeng/neat.git"
},
"bugs": {
"url": "http://gitlab.alibaba-inc.com/fangdeng/neat/issues"
},
"engines": {
"node": ">= 0.9"
},
"dependencies": {
"async": "^0.8.0",
"chalk": "^0.4.0",
"colors": "~0.6.2",
"commander": "~2.0.0",
"connect": "^2.19.3",
"fd-gulp-convert-encoding": "0.0.1",
"fd-gulp-cssconcat": "0.1.0",
"fd-gulp-cssmin": "0.0.3",
"fd-gulp-dependencies": "0.0.1",
"fd-gulp-jsconcat": "0.1.0",
"fd-gulp-jsmin": "0.0.2",
"fd-gulp-less": "0.0.2",
"fd-gulp-styleversion": "0.0.1",
"fdserver": "^0.8.9-rc1",
"fs-sync": "^0.2.5",
"grunt": "~0.4.1",
"grunt-init": "~0.2.1",
"gulp": "~3.6.0",
"gulp-clean": "^0.2.4",
"inquirer": "^0.4.1",
"liftoff": "^0.9.3",
"markdown-js": "0.0.3",
"ncp": "~0.4.2",
"nopt": "^2.2.1",
"pretty-hrtime": "^0.2.1",
"request": "^2.34.0",
"scp2": "^0.1.4",
"shelljs": "^0.2.6",
"ssh2": "^0.2.23",
"strip-json-comments": "^0.1.3",
"win-spawn": "~1.1.0"
},
"readmeFilename": "README.md",
"keywords": [
"fdm",
"fdmplugin"
],
"fdmConfig": {
"fdserver": {
"config": "/path/to/fdserver/config.js"
}
}
}