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