22 lines
299 B
JSON
22 lines
299 B
JSON
{
|
|
"main": "js/bootstrap",
|
|
"files": null,
|
|
"ignore": [
|
|
"dist/js/npm"
|
|
],
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": [
|
|
"jquery"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
}
|
|
}
|