mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"name": "bootstrap",
|
|
"version": "3.0.0",
|
|
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
}
|
|
}
|