UNPKG

gulp-tfs-commander

Version:
38 lines (37 loc) 846 B
{ "name": "gulp-tfs-commander", "description": "TFS check-out and edit plugin for gulp", "version": "0.0.6", "homepage": "https://github.com/JosephClay/gulp-tfs-commander", "repository": "https://github.com/JosephClay/gulp-tfs-commander.git", "author": "Joseph Clay", "main": "./index.js", "keywords": [ "gulpplugin", "TFS" ], "dependencies": { "gulp-util": "^2.2.14", "lodash": "^2.4.1", "through2": "^0.4.1" }, "devDependencies": { "chai": "^1.0.0", "jshint": "^2.5.1", "mocha": "^1.18.2", "tmp": "0.0.23", "vinyl": "^0.2.3" }, "scripts": { "test": "mocha && jshint ./*.js && jshint ./test/*.js" }, "engines": { "node": ">= 0.10.0" }, "licenses": [ { "type": "MIT", "url": "http://github.com/heatmonkey/gulp-tfs/raw/master/LICENSE" } ] }