3.0.0 -> 3.0.1
[bootswatch] / bower_components / bootstrap / package.json
1 {
2     "name": "bootstrap"
3   , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
4   , "version": "3.0.1"
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       "browserstack-runner": "~0.0.12"
24     , "btoa": "~1.1.1"
25     , "grunt": "~0.4.1"
26     , "grunt-contrib-clean": "~0.5.0"
27     , "grunt-contrib-concat": "~0.3.0"
28     , "grunt-contrib-connect": "~0.5.0"
29     , "grunt-contrib-copy": "~0.4.1"
30     , "grunt-contrib-jshint": "~0.7.0"
31     , "grunt-contrib-qunit": "~0.3.0"
32     , "grunt-contrib-uglify": "~0.2.4"
33     , "grunt-contrib-watch": "~0.5.3"
34     , "grunt-html-validation": "~0.1.6"
35     , "grunt-jekyll": "~0.4.0"
36     , "grunt-recess": "~0.4.0"
37   }
38 }