UNPKG

bower-installer

Version:

Tool for installing bower dependencies that won't include entire repos

15 lines (14 loc) 263 B
{ "name": "sf2", "version": "2.0.0", "main": "./src/main/webapp/app/index.html", "dependencies": { "bootstrap": "~3.1.1" }, "install": { "path": "build/src", "sources": { "bootstrap": "bower_components/bootstrap/dist/**" } } }