blob: 442d67ffded77f900efc69008b9435168e1779b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "bootstrap",
"version": "3.0.0-rc1",
"main": [
"./docs/assets/js/bootstrap.js",
"./docs/assets/css/bootstrap.css"
],
"ignore": [
"**/.*"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"homepage": "https://github.com/twbs/bootstrap",
"_release": "3.0.0-rc1",
"_resolution": {
"type": "version",
"tag": "v3.0.0-rc1",
"commit": "9c63ffa00fd55c7e61c51b58778b06b28f93e1a8"
},
"_source": "git://github.com/twbs/bootstrap.git",
"_target": "~3.0.0"
}
|