gulp-lock
Version:
control concurrency of gulp tasks.
52 lines (51 loc) • 1.12 kB
JSON
{
"name": "gulp-lock",
"version": "0.0.3",
"description": "control concurrency of gulp tasks.",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jamestalmage/gulp-lock.git"
},
"author": "James Talmage <james@talmage.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamestalmage/gulp-lock/issues"
},
"homepage": "https://github.com/jamestalmage/gulp-lock",
"keywords": [
"gulpplugin",
"runner",
"task",
"sequence",
"concurrent",
"concurrency",
"contention",
"flow",
"thunk",
"thunks"
],
"dependencies": {
"bluebird": "^2.9.14",
"end-of-stream": "^1.1.0",
"through": "^2.3.6"
},
"devDependencies": {
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-cat": "^0.3.2",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.4",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"sinon": "^1.14.0",
"sinon-chai": "^2.7.0",
"vinyl-transform": "^1.0.0"
}
}