UNPKG

gulp-install

Version:

Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively

43 lines (42 loc) 1.02 kB
{ "name": "gulp-install", "version": "1.1.0", "description": "Automatically install npm, bower, tsd, and pip packages/dependencies if the relative configurations are found in the gulp file stream respectively", "main": "index.js", "scripts": { "test": "NODE_ENV=test mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/slushjs/gulp-install" }, "keywords": [ "gulpplugin", "bower", "npm", "install" ], "author": "Joakim Carlstein <joakim@klei.se>", "license": "MIT", "bugs": { "url": "https://github.com/slushjs/gulp-install/issues" }, "homepage": "https://github.com/slushjs/gulp-install", "dependencies": { "dargs": "^5.1.0", "gulp-util": "^3.0.7", "lodash.groupby": "^4.6.0", "p-queue": "^1.0.0", "through2": "^2.0.3", "which": "^1.2.14" }, "devDependencies": { "chai": "^3.2.0", "mocha": "^3.2.0", "standard-version": "^4.0.0", "xo": "^0.18.0" }, "xo": { "space": true } }