{
"directory": "build/components/",
}$ bower init
$ bower install --save-dev bootstrapgulp.task('wiredep', function () {
var wiredep = require('wiredep').stream;
gulp.src('./client/index.html')
.pipe(wiredep({
}))
.pipe(gulp.dest('./client'));
});"scripts": {
"postinstall": "gulp wiredep"
}