@nashiko/gulp-js-parent
Version:
Rebuild only changed js/ts files and all it's dependencies
45 lines (44 loc) • 952 B
JSON
{
"name": "@nashiko/gulp-js-parent",
"version": "1.0.1",
"description": "Rebuild only changed js/ts files and all it's dependencies",
"author": "nashiko",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:nashiko/gulp-js-parent.git"
},
"keywords": [
"gulp",
"js",
"graph",
"js-parent",
"js-inheritance",
"gulp-cached"
],
"bugs": {
"url": "https://github.com/nashiko/gulp-js-parent/issues"
},
"homepage": "https://github.com/nashiko/gulp-js-parent",
"dependencies": {
"event-stream": "4.0.1",
"vinyl": "^2.2.0",
"lodash": "^4.17.15",
"@nashiko/js-graph-dependency": "^1.1.0",
"through2": "^3.0.1",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"stream-assert": "^2.0.3"
},
"files": [
"index.js"
]
}