23 lines
339 B
JSON
23 lines
339 B
JSON
{
|
|
"main": "js/bootstrap",
|
|
"files": null,
|
|
"ignore": [
|
|
"dist/js/npm"
|
|
],
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": [
|
|
"jquery",
|
|
"tether"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "*",
|
|
"tether": "github:HubSpot/tether@^1.1.1"
|
|
}
|
|
} |