bower-installer
Version:
Tool for installing bower dependencies that won't include entire repos
20 lines (19 loc) • 393 B
JSON
{
"name": "sf2",
"version": "2.0.0",
"main": "src/main/app.js",
"dependencies": {
"jquery-ui": "latest"
},
"install": {
"path": "build/src",
"sources": {
"jquery-ui": {
"mapping": [
{"bower_components/jquery-ui/themes/base/**": "base"},
{"bower_components/jquery-ui/jquery-ui.min.js": "jquery-ui.min.js"}
]
}
}
}
}