unignore bower_components
[bootswatch] / 2 / 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": "2.3.2"
5   , "keywords": ["bootstrap", "css"]
6   , "homepage": "http://twbs.github.com/bootstrap/"
7   , "author": "Twitter Inc."
8   , "scripts": { "test": "make 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       "uglify-js": "1.3.4"
21     , "jshint": "0.9.1"
22     , "recess": "1.1.9"
23     , "connect": "2.1.3"
24     , "hogan.js": "2.0.0"
25   }
26 }