UNPKG

gulp-current-msbuild

Version:

msbuild plugin for gulp. Inspired by grunt-msbuild. Written by Stefan Hoffman. Updated to run with VS 2019

45 lines (44 loc) 1.3 kB
{ "name": "gulp-current-msbuild", "version": "0.1.4", "description": "msbuild plugin for gulp. Inspired by grunt-msbuild. Written by Stefan Hoffman. Updated to run with VS 2019", "keywords": [ "gulpplugin", "msbuild", "xbuild" ], "author": { "name": "Max Mayorov", "email": "max.mayorov@live.com", "url": "https://github.com/mcsdwarken" }, "repository": "mcsdwarken/gulp-msbuild-2019", "scripts": { "test": "istanbul test ./node_modules/mocha/bin/_mocha --report html -- test/*.js --reporter spec", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": { "didyoumean": "~1.2.1", "glob": "^7.1.1", "gulp-util": ">=3.0.0", "lodash": "^4.0.0", "through2": "^2.0.0", "uuid": "^3.0.1" }, "devDependencies": { "chai": "^3.4.0", "coveralls": "*", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*", "mocha-sinon": "^1.1.6", "proxyquire": "^1.8.0", "sinon": ">=1.4.0 <2", "sinon-chai": "^2.8.0" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "license": "MIT" }