blob: b9b554a2c1d859f307caa8fa1889e24cc2992a1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "bootstrap",
"version": "2.3.2",
"main": [
"./docs/assets/js/bootstrap.js",
"./docs/assets/css/bootstrap.css"
],
"dependencies": {
"jquery": ">=1.8.0 <2.1.0"
},
"homepage": "https://github.com/twbs/bootstrap",
"_release": "2.3.2",
"_resolution": {
"type": "version",
"tag": "v2.3.2",
"commit": "b4c4072679943773a7582daa63f545ba818fa627"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~2.3.2"
}
|