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.",
|
2017-07-04 22:48:46 +02:00
|
|
|
"version": "3.4.0",
|
2013-12-17 13:39:36 +01:00
|
|
|
"keywords": [
|
2014-03-03 23:20:37 +01:00
|
|
|
"css",
|
|
|
|
"less",
|
|
|
|
"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": {
|
2015-12-17 05:57:23 +01:00
|
|
|
"change-version": "node grunt/change-version.js",
|
2016-07-16 23:12:49 +02:00
|
|
|
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
2013-12-17 13:39:36 +01:00
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
|
|
|
"less": "less/bootstrap.less",
|
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
|
|
|
},
|
2015-05-21 07:35:31 +02:00
|
|
|
"license": "MIT",
|
2013-12-15 19:56:51 +01:00
|
|
|
"devDependencies": {
|
2018-04-09 03:09:47 +02:00
|
|
|
"btoa": "~1.2.1",
|
2018-09-07 21:32:52 +02:00
|
|
|
"cross-env": "^5.2.0",
|
2017-11-26 09:57:48 +01:00
|
|
|
"glob": "~7.1.2",
|
2016-07-02 19:55:02 +02:00
|
|
|
"grunt": "~1.0.1",
|
2016-02-28 03:11:18 +01:00
|
|
|
"grunt-autoprefixer": "~3.0.4",
|
2017-11-26 09:57:48 +01:00
|
|
|
"grunt-contrib-clean": "~1.1.0",
|
|
|
|
"grunt-contrib-compress": "~1.4.3",
|
2016-02-28 03:11:18 +01:00
|
|
|
"grunt-contrib-concat": "~1.0.0",
|
|
|
|
"grunt-contrib-connect": "~1.0.0",
|
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
2017-11-26 09:57:48 +01:00
|
|
|
"grunt-contrib-cssmin": "~2.2.1",
|
|
|
|
"grunt-contrib-htmlmin": "~2.4.0",
|
|
|
|
"grunt-contrib-jshint": "~1.1.0",
|
|
|
|
"grunt-contrib-less": "~1.4.1",
|
2016-05-29 11:23:39 +02:00
|
|
|
"grunt-contrib-pug": "~1.0.0",
|
2018-04-09 03:09:47 +02:00
|
|
|
"grunt-contrib-uglify": "~3.3.0",
|
2016-03-19 17:31:11 +01:00
|
|
|
"grunt-contrib-watch": "~1.0.0",
|
2017-11-26 09:57:48 +01:00
|
|
|
"grunt-exec": "~3.0.0",
|
2018-04-09 03:09:47 +02:00
|
|
|
"grunt-html": "~9.0.0",
|
2016-02-28 03:11:18 +01:00
|
|
|
"grunt-jekyll": "~0.4.4",
|
2016-06-28 21:23:15 +02:00
|
|
|
"grunt-jscs": "~3.0.1",
|
2018-04-09 03:09:47 +02:00
|
|
|
"grunt-stylelint": "^0.10.0",
|
2018-09-07 21:32:52 +02:00
|
|
|
"ip": "^1.1.5",
|
|
|
|
"karma": "^3.0.0",
|
|
|
|
"karma-browserstack-launcher": "^1.3.0",
|
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
|
|
"karma-detect-browsers": "^2.3.3",
|
|
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
|
|
"karma-qunit": "^1.2.1",
|
2016-05-29 11:23:39 +02:00
|
|
|
"load-grunt-tasks": "~3.5.0",
|
2017-11-26 09:57:48 +01:00
|
|
|
"markdown-it": "^8.4.0",
|
2018-09-07 21:32:52 +02:00
|
|
|
"qunitjs": "^1.23.1",
|
2018-04-09 03:09:47 +02:00
|
|
|
"shelljs": "^0.8.1",
|
2017-11-26 09:57:48 +01:00
|
|
|
"shx": "^0.2.2",
|
2018-04-09 03:09:47 +02:00
|
|
|
"stylelint": "^9.2.0",
|
|
|
|
"stylelint-config-standard": "^18.2.0",
|
|
|
|
"stylelint-order": "^0.8.1",
|
2016-02-28 03:11:18 +01:00
|
|
|
"time-grunt": "^1.3.0"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
2014-03-07 07:42:48 +01:00
|
|
|
"engines": {
|
2018-04-09 03:09:47 +02:00
|
|
|
"node": ">=6"
|
2014-03-07 07:42:48 +01:00
|
|
|
},
|
2015-02-14 13:36:50 +01:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"fonts",
|
2015-05-02 19:48:33 +02:00
|
|
|
"grunt",
|
2015-02-14 13:36:50 +01:00
|
|
|
"js/*.js",
|
|
|
|
"less/**/*.less",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2013-12-15 19:56:51 +01:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-03-18 11:59:55 +01:00
|
|
|
"deps": "jquery",
|
2013-12-15 19:56:51 +01:00
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2015-04-04 11:05:00 +02:00
|
|
|
"files": [
|
|
|
|
"css",
|
|
|
|
"fonts",
|
|
|
|
"js"
|
|
|
|
]
|
2018-04-09 03:09:47 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"postcss": "^6.0.21"
|
2013-11-26 11:10:06 +01:00
|
|
|
}
|
2012-12-20 08:52:38 +01:00
|
|
|
}
|