gulp-tfs-checkout
Version:
Checkout and unlock files from TFS, so that gulp can modify the files without the EPERM error.
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "gulp-tfs-checkout",
"version": "1.1.2",
"description": "Checkout and unlock files from TFS, so that gulp can modify the files without the EPERM error.",
"main": "index.js",
"scripts": {
"test": "jshint test/test.js && mocha",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coveralls": "npm coverage && node bin/coveralls.js < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git://github.com/madsmadsdk/gulp-tfs-checkout.git"
},
"keywords": [
"gulp",
"gulpplugin",
"tfs",
"checkout"
],
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"plugin-error": "^1.0.1",
"tfs-unlock": "^0.6.1",
"through2": "^0.6.3"
},
"devDependencies": {
"coveralls": "^3.0.3",
"gulp-util": "^3.0.8",
"istanbul": "^0.4.5",
"jshint": "^2.10.2",
"mocha": "^6.0.2",
"vinyl": "^2.0.2"
},
"files": [
"LICENSE",
"index.js",
"README.md"
]
}