gulp-file-include
Version:
a gulp plugin for file include
42 lines (41 loc) • 867 B
JSON
{
"name": "gulp-file-include",
"version": "0.1.0",
"description": "a gulp plugin for file include",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/coderhaoxin/gulp-file-include.git"
},
"keywords": [
"gulpplugin",
"file",
"include",
"gulp",
"plugin"
],
"author": "haoxin",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderhaoxin/gulp-file-include/issues"
},
"homepage": "https://github.com/coderhaoxin/gulp-file-include",
"devDependencies": {
"should": "~2.1.1",
"gulp": "~3.2.4",
"mocha": "~1.17.1",
"autod": "~0.1.0",
"gulp-util": "~2.2.14"
},
"dependencies": {
"event-stream": "~3.0.20",
"concat-stream": "~1.4.1"
},
"directories": {
"example": "example",
"test": "test"
}
}