13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"main": "dist/js/bootstrap.js",
|
|
"shim": {
|
|
"dist/js/bootstrap": {
|
|
"deps": ["jquery"],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "*"
|
|
}
|
|
}
|