2012-04-19 18:32:41 -04:00
|
|
|
{
|
2013-12-15 13:56:51 -05:00
|
|
|
"name": "bootstrap",
|
2014-03-03 17:18:03 -05:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2014-06-26 12:13:24 -04:00
|
|
|
"version": "3.2.0",
|
2013-12-17 07:39:36 -05:00
|
|
|
"keywords": [
|
2014-03-03 17:20:37 -05:00
|
|
|
"css",
|
|
|
|
"less",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 07:39:36 -05:00
|
|
|
],
|
2013-12-15 13:56:51 -05:00
|
|
|
"homepage": "http://getbootstrap.com",
|
|
|
|
"author": "Twitter, Inc.",
|
2013-12-17 07:39:36 -05:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-07 17:07:38 -05:00
|
|
|
"style": "dist/css/bootstrap.css",
|
|
|
|
"less": "less/bootstrap.less",
|
2013-12-15 13:56:51 -05:00
|
|
|
"repository": {
|
2013-12-20 14:09:51 -05:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
2013-12-15 13:56:51 -05:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-12-20 14:09:51 -05:00
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
2013-12-15 13:56:51 -05:00
|
|
|
},
|
2014-02-06 05:37:39 -05:00
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
|
|
|
|
},
|
2013-12-15 13:56:51 -05:00
|
|
|
"devDependencies": {
|
2014-06-11 02:30:30 -04:00
|
|
|
"btoa": "~1.1.2",
|
2014-06-30 11:35:17 -04:00
|
|
|
"glob": "~4.0.3",
|
2014-06-11 02:30:30 -04:00
|
|
|
"grunt": "~0.4.5",
|
2014-07-01 00:24:14 -04:00
|
|
|
"grunt-autoprefixer": "~0.8.1",
|
2014-06-11 02:30:30 -04:00
|
|
|
"grunt-banner": "~0.2.3",
|
2013-12-15 13:56:51 -05:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2014-04-01 01:26:39 -04:00
|
|
|
"grunt-contrib-concat": "~0.4.0",
|
2014-06-09 20:32:10 -04:00
|
|
|
"grunt-contrib-connect": "~0.8.0",
|
2013-12-26 12:50:04 -05:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2013-12-15 13:56:51 -05:00
|
|
|
"grunt-contrib-csslint": "~0.2.0",
|
2014-06-11 02:30:30 -04:00
|
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
2014-06-04 15:06:47 -04:00
|
|
|
"grunt-contrib-jade": "~0.12.0",
|
2014-04-02 09:23:20 -04:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-06-22 20:06:12 -04:00
|
|
|
"grunt-contrib-less": "~0.11.3",
|
2014-06-04 15:06:03 -04:00
|
|
|
"grunt-contrib-qunit": "~0.5.1",
|
2014-06-11 02:30:30 -04:00
|
|
|
"grunt-contrib-uglify": "~0.5.0",
|
2014-03-30 20:26:13 -04:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2013-12-31 13:20:57 -05:00
|
|
|
"grunt-csscomb": "~2.0.1",
|
2014-02-13 16:54:02 -05:00
|
|
|
"grunt-exec": "~0.4.5",
|
2014-06-11 02:30:30 -04:00
|
|
|
"grunt-html-validation": "~0.1.18",
|
|
|
|
"grunt-jekyll": "~0.4.2",
|
2014-07-06 07:20:49 -04:00
|
|
|
"grunt-jscs": "~0.6.1",
|
|
|
|
"grunt-saucelabs": "~8.1.1",
|
2013-12-15 13:56:51 -05:00
|
|
|
"grunt-sed": "~0.1.1",
|
2014-06-22 20:06:12 -04:00
|
|
|
"load-grunt-tasks": "~0.6.0",
|
2014-03-07 01:46:15 -05:00
|
|
|
"markdown": "~0.5.0",
|
2014-06-22 20:06:12 -04:00
|
|
|
"npm-shrinkwrap": "~3.1.6",
|
2014-06-11 02:30:30 -04:00
|
|
|
"time-grunt": "~0.3.2"
|
2013-12-15 13:56:51 -05:00
|
|
|
},
|
2014-03-07 01:42:48 -05:00
|
|
|
"engines": {
|
|
|
|
"node": "~0.10.1"
|
|
|
|
},
|
2013-12-15 13:56:51 -05:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2013-12-17 07:39:36 -05:00
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 13:56:51 -05:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
|
|
|
"imports": "jquery",
|
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2013-12-17 07:39:36 -05:00
|
|
|
"buildConfig": {
|
|
|
|
"uglify": true
|
|
|
|
}
|
2013-11-26 05:10:06 -05:00
|
|
|
}
|
2012-12-20 02:52:38 -05:00
|
|
|
}
|