author | Reimar Bauer <rb.proj AT googlemail DOT com> |
Fri, 17 Jan 2014 11:59:43 +0100 | |
branch | landing-page-2014 |
changeset 78 | b28d5c14c5c2 |
parent 54 | 0ded9d7748b7 |
permissions | -rwxr-xr-x |
1 {
2 "name": "bootstrap",
3 "version": "3.0.3",
4 "main": [
5 "./dist/js/bootstrap.js",
6 "./dist/css/bootstrap.css",
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 "_*",
15 "docs-assets",
16 "examples",
17 "/fonts",
18 "js/tests",
19 "CNAME",
20 "CONTRIBUTING.md",
21 "Gruntfile.js",
22 "browserstack.json",
23 "composer.json",
24 "package.json",
25 "*.html"
26 ],
27 "dependencies": {
28 "jquery": ">= 1.9.0"
29 }
30 }