update bootstrap to 3.0.0-rc2
[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.0"
5   , "keywords": ["bootstrap", "css"]
6   , "homepage": "http://twbs.github.com/bootstrap/"
7   , "author": "Twitter Inc."
8   , "scripts": { "test": "grunt test" }
9   , "repository": {
10       "type": "git"
11     , "url": "https://github.com/twbs/bootstrap.git"
12   }
13   , "licenses": [
14     {
15         "type": "Apache-2.0"
16       , "url": "http://www.apache.org/licenses/LICENSE-2.0"
17     }
18   ]
19   , "devDependencies": {
20       "grunt": "~0.4.1"
21     , "grunt-contrib-connect": "~0.3.0"
22     , "grunt-contrib-clean": "~0.5.0"
23     , "grunt-contrib-concat": "~0.3.0"
24     , "grunt-contrib-jshint": "~0.6.0"
25     , "grunt-contrib-uglify": "~0.2.2"
26     , "grunt-contrib-qunit": "~0.2.2"
27     , "grunt-contrib-watch": "~0.5.1"
28     , "grunt-html-validation": "git://github.com/praveenvijayan/grunt-html-validation.git"
29     , "grunt-jekyll": "~0.3.8"
30     , "grunt-recess": "~0.3.3"
31     , "browserstack-runner": "~0.0.11"
32   }
33 }