UNPKG

gulp-bower

Version:
51 lines (50 loc) 1.17 kB
{ "name": "gulp-bower", "version": "0.0.15", "description": "Install Bower packages.", "main": "index.js", "dependencies": { "ansi-colors": "^1.0.1", "bower": "^1.3.12", "fancy-log": "^1.3.2", "inquirer": "^0.11.2", "plugin-error": "^0.1.2", "through2": "0.6.2", "vinyl": "^2.1.0", "walk": "2.3.3" }, "devDependencies": { "chai": "^3.4.1", "event-stream": "^3.3.2", "gulp": "latest", "gulp-codecov.io": "^1.0.1", "gulp-istanbul": "^0.10.3", "gulp-jshint": "latest", "gulp-mocha": "^2.2.0", "jshint": "^2.9.1", "mocha": "^2.3.4", "rimraf": "^2.5.0", "sinon": "^1.17.2", "sinon-chai": "^2.8.0", "stream-assert": "^2.0.3" }, "scripts": { "test": "node node_modules/gulp/bin/gulp.js post-coverage && node node_modules/gulp/bin/gulp.js lint" }, "repository": { "type": "git", "url": "git://github.com/zont/gulp-bower.git" }, "keywords": [ "gulpplugin", "bower" ], "author": "Alexander Zonov <zont@pochta.ru>", "license": "MIT", "bugs": { "url": "https://github.com/zont/gulp-bower/issues" }, "engines": { "node": ">=0.8" } }