gulp-component-build
Version:
gulp plugin for build component.
38 lines (37 loc) • 853 B
JSON
{
"name": "gulp-component-build",
"version": "0.0.5",
"description": "gulp plugin for build component.",
"homepage": "https://github.com/hrsh7th/js-gulp-component-build",
"repository": {
"type": "git",
"url": "git://github.com/hrsh7th/js-gulp-component-build.git"
},
"bugs": {
"url": "https://github.com/hrsh7th/js-gulp-component-build/issues"
},
"keywords": [
"gulpplugin",
"component",
"build",
"builder2"
],
"author": "hrsh7th",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"component-build": "^1.2.0",
"component-resolver": "^1.1.1",
"gulp-util": "^2.2.14",
"through2": "^0.4.1"
},
"devDependencies": {
"component-builder-less": "0.0.2",
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"mocha": "^1.18.2"
}
}