2012-04-20 00:32:41 +02:00
|
|
|
{
|
2012-04-20 01:38:43 +02:00
|
|
|
"name": "bootstrap"
|
2012-08-20 08:05:16 +02:00
|
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
2012-12-01 07:30:50 +01:00
|
|
|
, "version": "3.0.0"
|
2012-04-20 00:32:41 +02:00
|
|
|
, "keywords": ["bootstrap", "css"]
|
2013-07-25 21:24:13 +02:00
|
|
|
, "homepage": "http://twbs.github.com/bootstrap/"
|
2012-04-20 00:32:41 +02:00
|
|
|
, "author": "Twitter Inc."
|
2012-04-20 01:38:43 +02:00
|
|
|
, "scripts": { "test": "make test" }
|
2012-04-20 00:32:41 +02:00
|
|
|
, "repository": {
|
2012-04-20 01:38:43 +02:00
|
|
|
"type": "git"
|
2013-07-25 21:24:13 +02:00
|
|
|
, "url": "https://github.com/twbs/bootstrap.git"
|
2012-04-20 00:32:41 +02:00
|
|
|
}
|
|
|
|
, "licenses": [
|
2012-04-20 01:38:43 +02:00
|
|
|
{
|
|
|
|
"type": "Apache-2.0"
|
2012-04-20 00:32:41 +02:00
|
|
|
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
, "devDependencies": {
|
2012-12-20 06:36:50 +01:00
|
|
|
"uglify-js": "1.3.4"
|
2013-05-22 04:30:33 +02:00
|
|
|
, "jshint": "2.1.2"
|
2013-06-13 13:27:26 +02:00
|
|
|
, "recess": "1.1.7"
|
2012-04-23 12:44:32 +02:00
|
|
|
, "connect": "2.1.3"
|
2012-04-20 00:32:41 +02:00
|
|
|
}
|
2012-12-20 08:52:38 +01:00
|
|
|
}
|