UNPKG

bower-installer

Version:

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

22 lines (21 loc) 320 B
{ "name": "test", "version": "0.0.0", "authors": [ "Bret Little <bret.little@gmail.com>" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "bootstrap": "~3.0.3" }, "install": { "path": "build/src" } }