2012-04-19 15:32:41 -07:00
|
|
|
{
|
2013-12-15 10:56:51 -08:00
|
|
|
"name": "bootstrap",
|
|
|
|
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
|
2014-01-30 08:30:37 -08:00
|
|
|
"version": "3.1.0",
|
2013-12-17 14:39:36 +02:00
|
|
|
"keywords": [
|
|
|
|
"bootstrap",
|
|
|
|
"css"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"homepage": "http://getbootstrap.com",
|
|
|
|
"author": "Twitter, Inc.",
|
2013-12-17 14:39:36 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"repository": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
|
|
|
"licenses": [
|
2012-04-19 16:38:43 -07:00
|
|
|
{
|
2013-12-18 15:08:16 -08:00
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
|
2013-11-26 12:10:06 +02:00
|
|
|
}
|
2013-12-15 10:56:51 -08:00
|
|
|
],
|
|
|
|
"devDependencies": {
|
2014-01-22 21:15:55 +05:30
|
|
|
"browserstack-runner": "~0.0.15",
|
2013-12-15 10:56:51 -08:00
|
|
|
"btoa": "~1.1.1",
|
2014-01-20 13:06:13 -08:00
|
|
|
"canonical-json": "~0.0.3",
|
2013-12-22 19:01:00 +01:00
|
|
|
"grunt": "~0.4.2",
|
2013-12-15 10:56:51 -08:00
|
|
|
"grunt-banner": "~0.2.0",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2013-12-31 19:20:57 +01:00
|
|
|
"grunt-contrib-connect": "~0.6.0",
|
2013-12-26 19:50:04 +02:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2013-12-15 10:56:51 -08:00
|
|
|
"grunt-contrib-csslint": "~0.2.0",
|
2013-12-22 09:25:18 +02:00
|
|
|
"grunt-contrib-cssmin": "~0.7.0",
|
2014-01-08 21:15:37 -08:00
|
|
|
"grunt-contrib-jade": "~0.9.1",
|
2013-12-26 19:50:04 +02:00
|
|
|
"grunt-contrib-jshint": "~0.8.0",
|
2014-01-07 19:50:58 -08:00
|
|
|
"grunt-contrib-less": "~0.9.0",
|
2014-01-17 11:56:53 -08:00
|
|
|
"grunt-contrib-qunit": "~0.4.0",
|
2014-01-19 11:50:40 +02:00
|
|
|
"grunt-contrib-uglify": "~0.3.0",
|
2013-12-15 10:56:51 -08:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
2013-12-31 19:20:57 +01:00
|
|
|
"grunt-csscomb": "~2.0.1",
|
2014-01-20 13:06:13 -08:00
|
|
|
"grunt-exec": "0.4.3",
|
2013-12-26 21:55:55 +01:00
|
|
|
"grunt-html-validation": "~0.1.13",
|
|
|
|
"grunt-jekyll": "~0.4.1",
|
2013-12-26 19:50:04 +02:00
|
|
|
"grunt-jscs-checker": "~0.3.0",
|
2013-12-15 10:56:51 -08:00
|
|
|
"grunt-saucelabs": "~4.1.2",
|
|
|
|
"grunt-sed": "~0.1.1",
|
2014-01-25 21:03:44 +01:00
|
|
|
"load-grunt-tasks": "~0.3.0",
|
2013-10-17 19:52:16 -07:00
|
|
|
"markdown": "~0.5.0"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2013-12-17 14:39:36 +02:00
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
|
|
|
"imports": "jquery",
|
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2013-12-17 14:39:36 +02:00
|
|
|
"buildConfig": {
|
|
|
|
"uglify": true
|
|
|
|
}
|
2013-11-26 12:10:06 +02:00
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|