2012-04-19 18:32:41 -04:00
|
|
|
{
|
2012-04-19 19:38:43 -04:00
|
|
|
"name": "bootstrap"
|
2012-08-20 02:05:16 -04:00
|
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
2012-12-10 21:31:04 -05:00
|
|
|
, "version": "2.2.3"
|
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-12-20 00:36:50 -05:00
|
|
|
"uglify-js": "1.3.4"
|
2012-12-20 02:52:38 -05:00
|
|
|
, "jshint": "0.9.1"
|
2012-04-23 06:44:32 -04:00
|
|
|
, "recess": "1.0.3"
|
|
|
|
, "connect": "2.1.3"
|
2012-10-11 20:30:04 -04:00
|
|
|
, "hogan.js": "2.0.0"
|
2012-04-19 18:32:41 -04:00
|
|
|
}
|
2012-12-20 02:52:38 -05:00
|
|
|
}
|