author | stetrabby <info@trabucchi.de> |
Sat, 18 Jan 2014 10:22:04 +0100 | |
changeset 101 | a06174484abc |
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 }