|
1 { |
|
2 "name": "bootstrap" |
|
3 , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." |
|
4 , "version": "3.0.3" |
|
5 , "keywords": ["bootstrap", "css"] |
|
6 , "homepage": "http://getbootstrap.com" |
|
7 , "author": "Twitter, Inc." |
|
8 , "scripts": { "test": "grunt test" } |
|
9 , "repository": { |
|
10 "type": "git" |
|
11 , "url": "https://github.com/twbs/bootstrap.git" |
|
12 } |
|
13 , "bugs": { |
|
14 "url": "https://github.com/twbs/bootstrap/issues" |
|
15 } |
|
16 , "licenses": [ |
|
17 { |
|
18 "type": "Apache-2.0" |
|
19 , "url": "http://www.apache.org/licenses/LICENSE-2.0" |
|
20 } |
|
21 ] |
|
22 , "devDependencies": { |
|
23 "btoa": "~1.1.1" |
|
24 , "grunt": "~0.4.1" |
|
25 , "grunt-contrib-clean": "~0.5.0" |
|
26 , "grunt-contrib-concat": "~0.3.0" |
|
27 , "grunt-contrib-connect": "~0.5.0" |
|
28 , "grunt-contrib-copy": "~0.4.1" |
|
29 , "grunt-contrib-jshint": "~0.7.0" |
|
30 , "grunt-contrib-qunit": "~0.3.0" |
|
31 , "grunt-contrib-uglify": "~0.2.4" |
|
32 , "grunt-contrib-watch": "~0.5.3" |
|
33 , "grunt-html-validation": "~0.1.6" |
|
34 , "grunt-jekyll": "~0.4.0" |
|
35 , "grunt-recess": "~0.5.0" |
|
36 , "grunt-saucelabs": "~4.1.2" |
|
37 , "grunt-sed": "~0.1.1" |
|
38 , "regexp-quote": "~0.0.0" |
|
39 } |
|
40 , "jspm": { |
|
41 "main": "js/bootstrap" |
|
42 , "directories": { "lib": "dist" } |
|
43 , "shim": { |
|
44 "js/bootstrap": { |
|
45 "imports": "jquery" |
|
46 , "exports": "$" |
|
47 } |
|
48 } |
|
49 , "buildConfig": { "uglify": true } |
|
50 } |
|
51 } |