2012-04-20 06:32:41 +08:00
|
|
|
{
|
2012-04-20 07:38:43 +08:00
|
|
|
"name": "bootstrap"
|
2012-08-20 14:05:16 +08:00
|
|
|
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
2013-12-02 11:31:52 +08:00
|
|
|
, "version": "3.0.3"
|
2013-09-17 02:40:12 +08:00
|
|
|
, "keywords": ["bootstrap", "css"]
|
2013-09-17 01:42:52 +08:00
|
|
|
, "homepage": "http://getbootstrap.com"
|
2013-09-11 10:12:47 +08:00
|
|
|
, "author": "Twitter, Inc."
|
2013-05-04 22:55:52 +08:00
|
|
|
, "scripts": { "test": "grunt test" }
|
2012-04-20 06:32:41 +08:00
|
|
|
, "repository": {
|
2012-04-20 07:38:43 +08:00
|
|
|
"type": "git"
|
2013-07-26 03:24:13 +08:00
|
|
|
, "url": "https://github.com/twbs/bootstrap.git"
|
2012-04-20 06:32:41 +08:00
|
|
|
}
|
2013-08-27 22:21:15 +08:00
|
|
|
, "bugs": {
|
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
|
|
|
}
|
2012-04-20 06:32:41 +08:00
|
|
|
, "licenses": [
|
2012-04-20 07:38:43 +08:00
|
|
|
{
|
|
|
|
"type": "Apache-2.0"
|
2012-04-20 06:32:41 +08:00
|
|
|
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
, "devDependencies": {
|
2013-12-04 10:42:31 +08:00
|
|
|
"btoa": "~1.1.1"
|
2013-08-21 17:46:45 +08:00
|
|
|
, "grunt": "~0.4.1"
|
2013-12-09 11:09:27 +08:00
|
|
|
, "grunt-banner": "~0.2.0"
|
2013-05-04 22:55:52 +08:00
|
|
|
, "grunt-contrib-clean": "~0.5.0"
|
|
|
|
, "grunt-contrib-concat": "~0.3.0"
|
2013-09-18 13:20:46 +08:00
|
|
|
, "grunt-contrib-connect": "~0.5.0"
|
2013-09-05 05:15:51 +08:00
|
|
|
, "grunt-contrib-copy": "~0.4.1"
|
2013-12-08 19:01:18 +08:00
|
|
|
, "grunt-contrib-csslint": "~0.2.0"
|
2013-10-25 23:45:49 +08:00
|
|
|
, "grunt-contrib-jshint": "~0.7.0"
|
2013-12-09 11:09:27 +08:00
|
|
|
, "grunt-contrib-less": "~0.8.0"
|
2013-09-30 15:36:20 +08:00
|
|
|
, "grunt-contrib-qunit": "~0.3.0"
|
2013-09-18 13:20:46 +08:00
|
|
|
, "grunt-contrib-uglify": "~0.2.4"
|
2013-09-05 05:15:51 +08:00
|
|
|
, "grunt-contrib-watch": "~0.5.3"
|
2013-12-09 11:09:27 +08:00
|
|
|
, "grunt-csscomb": "~1.1.0"
|
2013-10-24 14:25:17 +08:00
|
|
|
, "grunt-html-validation": "~0.1.6"
|
2013-10-09 14:33:03 +08:00
|
|
|
, "grunt-jekyll": "~0.4.0"
|
2013-12-07 08:51:38 +08:00
|
|
|
, "grunt-jscs-checker": "~0.2.5"
|
2013-12-04 10:42:31 +08:00
|
|
|
, "grunt-saucelabs": "~4.1.2"
|
2013-11-02 09:15:25 +08:00
|
|
|
, "grunt-sed": "~0.1.1"
|
|
|
|
, "regexp-quote": "~0.0.0"
|
2013-12-10 17:28:44 +08:00
|
|
|
, "load-grunt-tasks": "~0.2.0"
|
2012-04-20 06:32:41 +08:00
|
|
|
}
|
2013-11-26 18:10:06 +08:00
|
|
|
, "jspm": {
|
|
|
|
"main": "js/bootstrap"
|
|
|
|
, "directories": { "lib": "dist" }
|
|
|
|
, "shim": {
|
|
|
|
"js/bootstrap": {
|
|
|
|
"imports": "jquery"
|
|
|
|
, "exports": "$"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
, "buildConfig": { "uglify": true }
|
|
|
|
}
|
2012-12-20 15:52:38 +08:00
|
|
|
}
|