gulp-subtree
Version:
Gulp module to push a folder to a subtree
39 lines (38 loc) • 788 B
JSON
{
"name": "gulp-subtree",
"version": "0.1.0",
"description": "Gulp module to push a folder to a subtree",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Snugug/gulp-subtree.git"
},
"keywords": [
"gulp",
"gulpplugin",
"git",
"subtree",
"export",
"deploy"
],
"author": {
"name": "Sam Richard",
"url": "https://snugug.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Snugug/gulp-subtree/issues"
},
"engines": {
"node": ">=0.9"
},
"homepage": "https://github.com/Snugug/gulp-subtree",
"dependencies": {
"chalk": "^0.4.0",
"event-stream": "^3.1.2",
"gulp-util": "^2.2.14"
}
}