Files
2016-06-19 01:07:00 +02:00

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": "2",
"tether": "github:HubSpot/tether@^1.1.1"
}
}