25 lines
426 B
JSON
25 lines
426 B
JSON
{
|
|
"main": "js/bootstrap",
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": ["jquery"],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "*"
|
|
},
|
|
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
|
|
"systemjs": {
|
|
"main": "dist/js/bootstrap.js",
|
|
"modules": {
|
|
"dist/js/bootstrap.js": {
|
|
"deps": [
|
|
"jquery"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
}
|
|
}
|
|
}
|