13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"main": "js/bootstrap",
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": ["jquery"],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
},
|
|
"files": ["css", "fonts", "js"]
|
|
} |