corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "name": "bootstrap",
3 "version": "3.1.1",
4 "main": [
5 "./dist/css/bootstrap.css",
6 "./dist/js/bootstrap.js",
7 "./dist/fonts/glyphicons-halflings-regular.eot",
8 "./dist/fonts/glyphicons-halflings-regular.svg",
9 "./dist/fonts/glyphicons-halflings-regular.ttf",
10 "./dist/fonts/glyphicons-halflings-regular.woff"
11 ],
12 "ignore": [
13 "**/.*",
14 "_config.yml",
15 "CNAME",
16 "composer.json",
17 "CONTRIBUTING.md",
18 "docs",
19 "js/tests"
20 ],
21 "dependencies": {
22 "jquery": ">= 1.9.0"
23 },
24 "homepage": "https://github.com/twbs/bootstrap",
25 "_release": "3.1.1",
26 "_resolution": {
27 "type": "version",
28 "tag": "v3.1.1",
29 "commit": "a365d8689c3f3cee7f1acf86b61270ecca8e106d"
30 },
31 "_source": "git://github.com/twbs/bootstrap.git",
32 "_target": ">=3.0 <4.0",
33 "_originalSource": "bootstrap"
34 }