2012-04-19 15:32:41 -07:00
|
|
|
{
|
2012-04-19 16:38:43 -07:00
|
|
|
"name": "bootstrap"
|
2012-08-19 23:05:16 -07:00
|
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
2012-12-22 16:10:06 -08:00
|
|
|
, "version": "2.3.0"
|
2012-04-19 15:32:41 -07:00
|
|
|
, "keywords": ["bootstrap", "css"]
|
|
|
|
, "homepage": "http://twitter.github.com/bootstrap/"
|
|
|
|
, "author": "Twitter Inc."
|
2012-04-19 16:38:43 -07:00
|
|
|
, "scripts": { "test": "make test" }
|
2012-04-19 15:32:41 -07:00
|
|
|
, "repository": {
|
2012-04-19 16:38:43 -07:00
|
|
|
"type": "git"
|
2012-04-19 15:32:41 -07:00
|
|
|
, "url": "https://github.com/twitter/bootstrap.git"
|
|
|
|
}
|
|
|
|
, "licenses": [
|
2012-04-19 16:38:43 -07:00
|
|
|
{
|
|
|
|
"type": "Apache-2.0"
|
2012-04-19 15:32:41 -07:00
|
|
|
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
, "devDependencies": {
|
2012-12-19 21:36:50 -08:00
|
|
|
"uglify-js": "1.3.4"
|
2012-12-19 23:52:38 -08:00
|
|
|
, "jshint": "0.9.1"
|
2013-01-19 16:27:10 -05:00
|
|
|
, "recess": "1.1.6"
|
2012-04-23 03:44:32 -07:00
|
|
|
, "connect": "2.1.3"
|
2012-10-11 21:30:04 -03:00
|
|
|
, "hogan.js": "2.0.0"
|
2012-04-19 15:32:41 -07:00
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|