2012-04-20 00:32:41 +02:00
|
|
|
{
|
2013-12-15 19:56:51 +01:00
|
|
|
"name": "bootstrap",
|
2014-03-03 23:18:03 +01:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2015-01-19 23:48:12 +01:00
|
|
|
"version": "4.0.0-alpha",
|
2013-12-17 13:39:36 +01:00
|
|
|
"keywords": [
|
2014-03-03 23:20:37 +01:00
|
|
|
"css",
|
2015-01-15 22:20:40 +01:00
|
|
|
"sass",
|
2014-03-03 23:20:37 +01:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 13:39:36 +01:00
|
|
|
],
|
2013-12-15 19:56:51 +01:00
|
|
|
"homepage": "http://getbootstrap.com",
|
|
|
|
"author": "Twitter, Inc.",
|
2013-12-17 13:39:36 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
2015-01-18 23:53:06 +01:00
|
|
|
"sass": "scss/bootstrap.scss",
|
2014-08-04 04:07:21 +02:00
|
|
|
"main": "./dist/js/npm",
|
2013-12-15 19:56:51 +01:00
|
|
|
"repository": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-12-20 20:09:51 +01:00
|
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
2014-02-06 11:37:39 +01:00
|
|
|
"license": {
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"devDependencies": {
|
2014-06-11 08:30:30 +02:00
|
|
|
"btoa": "~1.1.2",
|
2015-01-16 09:10:02 +01:00
|
|
|
"glob": "~4.3.5",
|
2014-06-11 08:30:30 +02:00
|
|
|
"grunt": "~0.4.5",
|
2015-01-19 18:13:43 +01:00
|
|
|
"grunt-autoprefixer": "~2.2.0",
|
2015-01-16 09:10:02 +01:00
|
|
|
"grunt-banner": "~0.3.1",
|
2015-01-03 22:58:44 +01:00
|
|
|
"grunt-closure-tools": "^0.9.7",
|
2014-07-31 22:15:27 +02:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2015-01-03 22:58:44 +01:00
|
|
|
"grunt-contrib-compress": "^0.13.0",
|
2014-07-22 07:29:39 +02:00
|
|
|
"grunt-contrib-concat": "~0.5.0",
|
2014-11-10 11:35:33 +01:00
|
|
|
"grunt-contrib-connect": "~0.9.0",
|
2014-10-22 12:50:22 +02:00
|
|
|
"grunt-contrib-copy": "~0.7.0",
|
2015-01-19 18:13:43 +01:00
|
|
|
"grunt-contrib-csslint": "~0.4.0",
|
2014-12-29 04:58:29 +01:00
|
|
|
"grunt-contrib-cssmin": "~0.11.0",
|
2014-12-29 23:14:57 +01:00
|
|
|
"grunt-contrib-jade": "~0.14.0",
|
2014-04-02 15:23:20 +02:00
|
|
|
"grunt-contrib-jshint": "~0.10.0",
|
2014-07-10 08:52:11 +02:00
|
|
|
"grunt-contrib-qunit": "~0.5.2",
|
2014-12-15 19:18:27 +01:00
|
|
|
"grunt-contrib-sass": "^0.8.1",
|
2014-12-29 23:14:57 +01:00
|
|
|
"grunt-contrib-uglify": "~0.7.0",
|
2014-03-31 02:26:13 +02:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2014-06-11 08:30:30 +02:00
|
|
|
"grunt-csscomb": "~3.0.0",
|
2014-07-22 07:29:39 +02:00
|
|
|
"grunt-exec": "~0.4.6",
|
2015-01-20 00:08:34 +01:00
|
|
|
"grunt-html": "^2.0.0",
|
2014-06-11 08:30:30 +02:00
|
|
|
"grunt-jekyll": "~0.4.2",
|
2015-02-17 02:08:27 +01:00
|
|
|
"grunt-jscs": "~1.5.0",
|
2015-01-01 10:41:56 +01:00
|
|
|
"grunt-postcss": "^0.3.0",
|
2015-02-17 02:12:22 +01:00
|
|
|
"grunt-sass": "~0.18.0",
|
2015-01-20 21:49:08 +01:00
|
|
|
"grunt-saucelabs": "~8.5.0",
|
2014-12-09 03:34:15 +01:00
|
|
|
"grunt-scss-lint": "^0.3.4",
|
2013-12-15 19:56:51 +01:00
|
|
|
"grunt-sed": "~0.1.1",
|
2014-12-29 23:14:57 +01:00
|
|
|
"load-grunt-tasks": "~2.0.0",
|
2015-01-20 22:04:35 +01:00
|
|
|
"markdown-it": "^3.0.4",
|
2015-02-05 06:15:01 +01:00
|
|
|
"mq4-hover-shim": "^0.1.0",
|
2014-12-29 23:14:57 +01:00
|
|
|
"npm-shrinkwrap": "^200.0.0",
|
2015-01-03 22:58:44 +01:00
|
|
|
"remarkable": "~1.6.0",
|
|
|
|
"superstartup-closure-compiler": "^0.1.6",
|
2014-08-26 12:49:16 +02:00
|
|
|
"time-grunt": "~1.0.0"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
2014-03-07 07:42:48 +01:00
|
|
|
"engines": {
|
|
|
|
"node": "~0.10.1"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2013-12-17 13:39:36 +01:00
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
|
|
|
"imports": "jquery",
|
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2013-12-17 13:39:36 +01:00
|
|
|
"buildConfig": {
|
|
|
|
"uglify": true
|
|
|
|
}
|
2013-11-26 11:10:06 +01:00
|
|
|
}
|
2012-12-20 08:52:38 +01:00
|
|
|
}
|