2012-04-19 18:32:41 -04:00
|
|
|
{
|
2012-04-19 19:38:43 -04:00
|
|
|
"name": "bootstrap"
|
2012-04-19 18:32:41 -04:00
|
|
|
, "description": "HTML, CSS, and JS toolkit from Twitter."
|
2012-06-01 14:04:27 -04:00
|
|
|
, "version": "2.0.4"
|
2012-04-19 18:32:41 -04:00
|
|
|
, "keywords": ["bootstrap", "css"]
|
|
|
|
, "homepage": "http://twitter.github.com/bootstrap/"
|
|
|
|
, "author": "Twitter Inc."
|
2012-04-19 19:38:43 -04:00
|
|
|
, "scripts": { "test": "make test" }
|
2012-04-19 18:32:41 -04:00
|
|
|
, "repository": {
|
2012-04-19 19:38:43 -04:00
|
|
|
"type": "git"
|
2012-04-19 18:32:41 -04:00
|
|
|
, "url": "https://github.com/twitter/bootstrap.git"
|
|
|
|
}
|
|
|
|
, "licenses": [
|
2012-04-19 19:38:43 -04:00
|
|
|
{
|
|
|
|
"type": "Apache-2.0"
|
2012-04-19 18:32:41 -04:00
|
|
|
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
, "devDependencies": {
|
2012-04-23 06:44:32 -04:00
|
|
|
"uglify-js": "1.2.6"
|
|
|
|
, "jshint": "0.6.1"
|
|
|
|
, "recess": "1.0.3"
|
|
|
|
, "connect": "2.1.3"
|
2012-04-19 18:32:41 -04:00
|
|
|
}
|
2012-04-19 19:38:43 -04:00
|
|
|
}
|