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-12-08 18:36:08 +01:00
|
|
|
"version": "4.0.0-alpha.2",
|
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",
|
2016-05-20 18:04:31 +02:00
|
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
2016-06-21 01:18:21 +02:00
|
|
|
"contributors": [
|
|
|
|
"Twitter, Inc."
|
|
|
|
],
|
2013-12-17 13:39:36 +01:00
|
|
|
"scripts": {
|
2015-12-05 11:06:57 +01:00
|
|
|
"change-version": "node grunt/change-version.js",
|
2016-05-31 09:11:19 +02:00
|
|
|
"eslint": "eslint --config js/.eslintrc.json js/src",
|
2016-06-05 02:46:36 +02:00
|
|
|
"jscs": "jscs --config=js/.jscsrc js/src js/tests/unit docs/assets/js/src docs/assets/js/ie*.js grunt Gruntfile.js",
|
2016-06-21 01:18:21 +02: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 17:59:26 +02:00
|
|
|
"shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
2016-06-05 02:46:36 +02:00
|
|
|
"test": "npm run eslint && npm run jscs && grunt test"
|
2013-12-17 13:39:36 +01:00
|
|
|
},
|
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
|
|
|
},
|
2015-07-25 20:28:00 +02:00
|
|
|
"license": "MIT",
|
2016-03-07 10:23:55 +01:00
|
|
|
"dependencies": {
|
2016-06-29 07:19:46 +02:00
|
|
|
"jquery": "1.9.1 - 3",
|
2016-03-07 10:23:55 +01:00
|
|
|
"tether": "^1.1.1"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"devDependencies": {
|
2015-10-26 23:15:00 +01:00
|
|
|
"autoprefixer": "^6.0.3",
|
2016-05-31 10:02:30 +02:00
|
|
|
"babel-eslint": "^6.0.4",
|
2016-06-05 02:08:59 +02:00
|
|
|
"eslint": "^2.11.1",
|
2016-03-07 10:41:37 +01:00
|
|
|
"grunt": "^0.4.5",
|
2015-09-19 08:41:04 +02:00
|
|
|
"grunt-babel": "^5.0.3",
|
2016-03-07 10:41:37 +01:00
|
|
|
"grunt-build-control": "^0.6.0",
|
|
|
|
"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 17:54:01 +01:00
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-03-07 10:41:37 +01:00
|
|
|
"grunt-exec": "^0.4.6",
|
2016-03-24 08:36:41 +01:00
|
|
|
"grunt-html": "^7.0.0",
|
2016-03-07 10:41:37 +01:00
|
|
|
"grunt-jekyll": "^0.4.2",
|
2015-05-06 22:08:34 +02:00
|
|
|
"grunt-sass": "^1.0.0",
|
2016-03-07 10:41:37 +01:00
|
|
|
"grunt-saucelabs": "^8.6.1",
|
2015-08-26 17:00:15 +02:00
|
|
|
"grunt-scss-lint": "^0.3.8",
|
2015-05-13 01:52:54 +02:00
|
|
|
"grunt-stamp": "^0.1.0",
|
2015-09-26 00:32:42 +02:00
|
|
|
"is-travis": "^1.0.0",
|
2016-06-05 02:55:21 +02:00
|
|
|
"jscs": "^3.0.4",
|
2016-03-07 10:41:37 +01:00
|
|
|
"load-grunt-tasks": "^3.4.0",
|
2016-06-21 01:18:21 +02:00
|
|
|
"postcss-cli": "^2.5.2",
|
2016-02-07 09:34:29 +01:00
|
|
|
"postcss-flexbugs-fixes": "^2.0.0",
|
2016-06-05 06:45:59 +02:00
|
|
|
"shelljs": "^0.7.0",
|
2016-06-28 17:59:26 +02:00
|
|
|
"shx": "^0.1.2",
|
2015-08-26 17:00:15 +02:00
|
|
|
"time-grunt": "^1.2.1"
|
2013-12-15 19:56:51 +01:00
|
|
|
},
|
2014-03-07 07:42:48 +01:00
|
|
|
"engines": {
|
2016-06-20 07:09:29 +02:00
|
|
|
"node": ">=4"
|
2014-03-07 07:42:48 +01:00
|
|
|
},
|
2015-02-14 13:36:50 +01:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2016-02-27 03:36:00 +01:00
|
|
|
"grunt",
|
2015-02-14 13:36:50 +01:00
|
|
|
"js/*.js",
|
|
|
|
"scss/**/*.scss",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
2013-12-15 19:56:51 +01:00
|
|
|
"jspm": {
|
|
|
|
"main": "js/bootstrap",
|
2015-10-13 23:49:05 +02:00
|
|
|
"ignore": [
|
|
|
|
"dist/js/npm"
|
|
|
|
],
|
2015-08-24 13:44:30 +02:00
|
|
|
"directories": {
|
|
|
|
"lib": "dist"
|
|
|
|
},
|
2013-12-15 19:56:51 +01:00
|
|
|
"shim": {
|
|
|
|
"js/bootstrap": {
|
2015-10-13 23:49:05 +02:00
|
|
|
"deps": [
|
|
|
|
"jquery"
|
|
|
|
],
|
2013-12-15 19:56:51 +01:00
|
|
|
"exports": "$"
|
|
|
|
}
|
|
|
|
},
|
2015-08-24 13:44:30 +02:00
|
|
|
"dependencies": {
|
2016-06-29 07:19:46 +02:00
|
|
|
"jquery": "1.9.1 - 3"
|
2015-08-24 13:44:30 +02:00
|
|
|
}
|
2013-11-26 11:10:06 +01:00
|
|
|
}
|
2012-12-20 08:52:38 +01:00
|
|
|
}
|