2012-04-19 15:32:41 -07:00
|
|
|
{
|
2013-12-15 10:56:51 -08:00
|
|
|
"name": "bootstrap",
|
2014-03-03 14:18:03 -08:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2017-07-04 13:48:46 -07:00
|
|
|
"version": "3.4.0",
|
2013-12-17 14:39:36 +02:00
|
|
|
"keywords": [
|
2014-03-03 14:20:37 -08:00
|
|
|
"css",
|
|
|
|
"less",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 14:39:36 +02:00
|
|
|
],
|
2018-09-18 22:27:46 +03:00
|
|
|
"homepage": "https://getbootstrap.com/",
|
2013-12-15 10:56:51 -08:00
|
|
|
"author": "Twitter, Inc.",
|
2013-12-17 14:39:36 +02:00
|
|
|
"scripts": {
|
2018-09-18 18:39:35 +03:00
|
|
|
"sri": "node grunt/generate-sri.js",
|
|
|
|
"release": "grunt prep-release && npm run sri && npm run release-zip",
|
|
|
|
"release-zip": "cross-env-shell \"shx rm -rf bootstrap-$npm_package_version-dist && shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",
|
2015-12-16 20:57:23 -08:00
|
|
|
"change-version": "node grunt/change-version.js",
|
2013-12-17 14:39:36 +02:00
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
|
|
|
"less": "less/bootstrap.less",
|
2014-08-04 10:07:21 +08:00
|
|
|
"main": "./dist/js/npm",
|
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
|
|
|
},
|
2015-05-20 22:35:31 -07:00
|
|
|
"license": "MIT",
|
2018-09-18 18:39:35 +03:00
|
|
|
"dependencies": {},
|
2013-12-15 10:56:51 -08:00
|
|
|
"devDependencies": {
|
2018-09-18 18:39:35 +03:00
|
|
|
"autoprefixer": "^9.4.2",
|
|
|
|
"btoa": "^1.2.1",
|
2018-09-07 22:32:52 +03:00
|
|
|
"cross-env": "^5.2.0",
|
2018-09-18 18:39:35 +03:00
|
|
|
"glob": "^7.1.3",
|
|
|
|
"grunt": "^1.0.3",
|
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^2.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
|
|
"grunt-contrib-jshint": "^2.0.0",
|
|
|
|
"grunt-contrib-less": "^2.0.0",
|
|
|
|
"grunt-contrib-pug": "^2.0.0",
|
|
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-exec": "^3.0.0",
|
|
|
|
"grunt-html": "^10.1.0",
|
|
|
|
"grunt-jekyll": "^1.0.0",
|
|
|
|
"grunt-jscs": "^3.0.1",
|
|
|
|
"grunt-postcss": "^0.9.0",
|
|
|
|
"grunt-stylelint": "^0.10.1",
|
2018-09-07 22:32:52 +03:00
|
|
|
"ip": "^1.1.5",
|
2018-09-18 18:39:35 +03:00
|
|
|
"karma": "^3.1.3",
|
2018-09-07 22:32:52 +03:00
|
|
|
"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",
|
2018-09-18 18:39:35 +03:00
|
|
|
"load-grunt-tasks": "^4.0.0",
|
|
|
|
"markdown-it": "^8.4.2",
|
2018-09-07 22:32:52 +03:00
|
|
|
"qunitjs": "^1.23.1",
|
2018-09-18 18:39:35 +03:00
|
|
|
"replace-in-file": "^3.4.2",
|
|
|
|
"shelljs": "^0.8.3",
|
|
|
|
"shx": "^0.3.2",
|
|
|
|
"stylelint": "~9.6.0",
|
2018-04-08 18:09:47 -07:00
|
|
|
"stylelint-config-standard": "^18.2.0",
|
2018-09-18 18:39:35 +03:00
|
|
|
"stylelint-order": "^1.0.0",
|
|
|
|
"time-grunt": "^2.0.0"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
2014-03-07 08:42:48 +02:00
|
|
|
"engines": {
|
2018-04-08 18:09:47 -07:00
|
|
|
"node": ">=6"
|
2014-03-07 08:42:48 +02:00
|
|
|
},
|
2015-02-14 14:36:50 +02:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"fonts",
|
2015-05-02 10:48:33 -07:00
|
|
|
"grunt",
|
2015-02-14 14:36:50 +02:00
|
|
|
"js/*.js",
|
|
|
|
"less/**/*.less",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-03-18 12:59:55 +02:00
|
|
|
"deps": "jquery",
|
2013-12-15 10:56:51 -08:00
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2015-04-04 12:05:00 +03:00
|
|
|
"files": [
|
|
|
|
"css",
|
|
|
|
"fonts",
|
|
|
|
"js"
|
|
|
|
]
|
2013-11-26 12:10:06 +02:00
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|