You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
532 B
25 lines
532 B
{
|
|
"name": "bootstrap",
|
|
"version": "3.0.0",
|
|
"main": [
|
|
"./dist/js/bootstrap.js",
|
|
"./dist/css/bootstrap.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
},
|
|
"homepage": "https://github.com/twbs/bootstrap",
|
|
"_release": "3.0.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v3.0.0",
|
|
"commit": "e8a1df5f060bf7e6631554648e0abde150aedbe4"
|
|
},
|
|
"_source": "git://github.com/twbs/bootstrap.git",
|
|
"_target": "3.0.0",
|
|
"_originalSource": "bootstrap",
|
|
"_direct": true
|
|
}
|