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.",
|
2015-12-08 09:36:08 -08:00
|
|
|
"version": "4.0.0-alpha.2",
|
2013-12-17 14:39:36 +02:00
|
|
|
"keywords": [
|
2014-03-03 14:20:37 -08:00
|
|
|
"css",
|
2015-01-15 21:20:40 +00:00
|
|
|
"sass",
|
2014-03-03 14:20:37 -08:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2013-12-17 14:39:36 +02:00
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"homepage": "http://getbootstrap.com",
|
2016-05-20 09:04:31 -07:00
|
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
2016-06-20 16:18:21 -07:00
|
|
|
"contributors": [
|
|
|
|
"Twitter, Inc."
|
|
|
|
],
|
2013-12-17 14:39:36 +02:00
|
|
|
"scripts": {
|
2015-12-05 12:06:57 +02:00
|
|
|
"change-version": "node grunt/change-version.js",
|
2016-05-31 00:11:19 -07:00
|
|
|
"eslint": "eslint --config js/.eslintrc.json js/src",
|
2016-06-28 23:25:14 -07:00
|
|
|
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src grunt Gruntfile.js docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
|
2016-06-20 16:18:21 -07:00
|
|
|
"postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
|
|
|
|
"postcss-docs": "postcss --config grunt/postcss.js --no-map --replace docs/assets/css/docs.min.css && postcss --config grunt/postcss.js --no-map --replace docs/examples/**/*.css",
|
2016-06-28 18:59:26 +03:00
|
|
|
"shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
2016-06-04 17:46:36 -07:00
|
|
|
"test": "npm run eslint && npm run jscs && grunt test"
|
2013-12-17 14:39:36 +02:00
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
2015-01-18 14:53:06 -08:00
|
|
|
"sass": "scss/bootstrap.scss",
|
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-07-25 11:28:00 -07:00
|
|
|
"license": "MIT",
|
2016-03-07 01:23:55 -08:00
|
|
|
"dependencies": {
|
2016-06-28 22:19:46 -07:00
|
|
|
"jquery": "1.9.1 - 3",
|
2016-03-07 01:23:55 -08:00
|
|
|
"tether": "^1.1.1"
|
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"devDependencies": {
|
2015-10-26 23:15:00 +01:00
|
|
|
"autoprefixer": "^6.0.3",
|
2016-05-31 01:02:30 -07:00
|
|
|
"babel-eslint": "^6.0.4",
|
2016-07-02 20:49:51 +03:00
|
|
|
"eslint": "^3.0.0",
|
|
|
|
"grunt": "^1.0.1",
|
2015-09-19 09:41:04 +03:00
|
|
|
"grunt-babel": "^5.0.3",
|
2016-06-29 08:54:25 +03:00
|
|
|
"grunt-build-control": "^0.7.0",
|
2016-03-07 11:41:37 +02:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-compress": "^1.1.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.0",
|
|
|
|
"grunt-contrib-connect": "^1.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-cssmin": "^1.0.0",
|
|
|
|
"grunt-contrib-qunit": "^1.0.1",
|
|
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
|
|
"grunt-contrib-uglify": "^1.0.0",
|
2016-03-19 18:54:01 +02:00
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-06-29 08:54:25 +03:00
|
|
|
"grunt-exec": "^1.0.0",
|
|
|
|
"grunt-html": "^8.0.1",
|
2016-03-07 11:41:37 +02:00
|
|
|
"grunt-jekyll": "^0.4.2",
|
2015-05-06 13:08:34 -07:00
|
|
|
"grunt-sass": "^1.0.0",
|
2016-03-07 11:41:37 +02:00
|
|
|
"grunt-saucelabs": "^8.6.1",
|
2015-08-26 18:00:15 +03:00
|
|
|
"grunt-scss-lint": "^0.3.8",
|
2016-07-02 20:49:51 +03:00
|
|
|
"grunt-stamp": "^0.3.0",
|
2015-09-25 15:32:42 -07:00
|
|
|
"is-travis": "^1.0.0",
|
2016-06-04 17:55:21 -07:00
|
|
|
"jscs": "^3.0.4",
|
2016-03-07 11:41:37 +02:00
|
|
|
"load-grunt-tasks": "^3.4.0",
|
2016-06-20 16:18:21 -07:00
|
|
|
"postcss-cli": "^2.5.2",
|
2016-02-07 00:34:29 -08:00
|
|
|
"postcss-flexbugs-fixes": "^2.0.0",
|
2016-06-04 21:45:59 -07:00
|
|
|
"shelljs": "^0.7.0",
|
2016-06-28 18:59:26 +03:00
|
|
|
"shx": "^0.1.2",
|
2015-08-26 18:00:15 +03:00
|
|
|
"time-grunt": "^1.2.1"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
2014-03-07 08:42:48 +02:00
|
|
|
"engines": {
|
2016-06-19 22:09:29 -07:00
|
|
|
"node": ">=4"
|
2014-03-07 08:42:48 +02:00
|
|
|
},
|
2015-02-14 14:36:50 +02:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2016-02-26 21:36:00 -05:00
|
|
|
"grunt",
|
2015-02-14 14:36:50 +02:00
|
|
|
"js/*.js",
|
|
|
|
"scss/**/*.scss",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2015-10-14 00:49:05 +03:00
|
|
|
"ignore": [
|
|
|
|
"dist/js/npm"
|
|
|
|
],
|
2015-08-24 07:44:30 -04:00
|
|
|
"directories": {
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 10:56:51 -08:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-10-14 00:49:05 +03:00
|
|
|
"deps": [
|
|
|
|
"jquery"
|
|
|
|
],
|
2013-12-15 10:56:51 -08:00
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2015-08-24 07:44:30 -04:00
|
|
|
"dependencies": {
|
2016-06-28 22:19:46 -07:00
|
|
|
"jquery": "1.9.1 - 3"
|
2015-08-24 07:44:30 -04:00
|
|
|
}
|
2013-11-26 12:10:06 +02:00
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|