]> git.ipfire.org Git - ipfire.org.git/blame - src/scss/bootstrap-4.0.0-alpha.6/package.json
Introduce autotools
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / package.json
CommitLineData
91e44d91
S
1{
2 "name": "bootstrap",
3 "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
4 "version": "4.0.0-alpha.6",
5 "keywords": [
6 "css",
7 "sass",
8 "mobile-first",
9 "responsive",
10 "front-end",
11 "framework",
12 "web"
13 ],
14 "homepage": "https://getbootstrap.com",
15 "author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
16 "contributors": [
17 "Twitter, Inc."
18 ],
19 "scripts": {
20 "change-version": "node grunt/change-version.js",
21 "clean-css": "cleancss --skip-advanced --source-map --output dist/css/bootstrap.min.css dist/css/bootstrap.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-grid.min.css dist/css/bootstrap-grid.css && cleancss --skip-advanced --source-map --output dist/css/bootstrap-reboot.min.css dist/css/bootstrap-reboot.css",
22 "clean-css-docs": "cleancss --skip-advanced --source-map --output docs/assets/css/docs.min.css docs/assets/css/docs.min.css",
23 "eslint": "eslint --ignore-path .eslintignore js && eslint --config js/tests/.eslintrc.json --env node grunt Gruntfile.js && eslint --config js/tests/.eslintrc.json docs/assets/js/src docs/assets/js/ie-emulation-modes-warning.js docs/assets/js/ie10-viewport-bug-workaround.js",
24 "htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
25 "postcss": "postcss --config grunt/postcss.js --replace dist/css/*.css",
26 "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",
27 "sass": "node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap.scss dist/css/bootstrap.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-grid.scss dist/css/bootstrap-grid.css && node-sass --output-style expanded --source-map true --precision 6 scss/bootstrap-reboot.scss dist/css/bootstrap-reboot.css",
28 "sass-docs": "node-sass --output-style expanded --source-map true --precision 6 docs/assets/scss/docs.scss docs/assets/css/docs.min.css",
29 "scss-lint": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude scss/_normalize.scss scss/*.scss",
30 "scss-lint-docs": "bundle exec scss-lint --config scss/.scss-lint.yml --exclude docs/assets/scss/docs.scss docs/assets/scss/*.scss",
31 "uglify": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output dist/js/bootstrap.min.js dist/js/bootstrap.js",
32 "uglify-docs": "uglifyjs --compress warnings=false --mangle --comments '/^!/' --output docs/assets/js/docs.min.js docs/assets/js/vendor/*.js docs/assets/js/src/application.js",
33 "update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
34 "test": "npm run eslint && grunt test"
35 },
36 "style": "dist/css/bootstrap.css",
37 "sass": "scss/bootstrap.scss",
38 "main": "dist/js/bootstrap",
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/twbs/bootstrap.git"
42 },
43 "bugs": {
44 "url": "https://github.com/twbs/bootstrap/issues"
45 },
46 "license": "MIT",
47 "dependencies": {
48 "jquery": ">=1.9.1",
49 "tether": "^1.4.0"
50 },
51 "devDependencies": {
52 "autoprefixer": "^6.6.1",
53 "babel-eslint": "^7.1.1",
54 "babel-plugin-transform-es2015-modules-strip": "^0.1.0",
55 "babel-preset-es2015": "^6.18.0",
56 "clean-css": "^3.4.23",
57 "eslint": "^3.12.2",
58 "grunt": "^1.0.1",
59 "grunt-babel": "^6.0.0",
60 "grunt-build-control": "^0.7.1",
61 "grunt-contrib-clean": "^1.0.0",
62 "grunt-contrib-compress": "^1.3.0",
63 "grunt-contrib-concat": "^1.0.1",
64 "grunt-contrib-connect": "^1.0.2",
65 "grunt-contrib-copy": "^1.0.0",
66 "grunt-contrib-qunit": "^1.2.0",
67 "grunt-contrib-watch": "^1.0.0",
68 "grunt-exec": "^1.0.1",
69 "grunt-html": "^8.1.0",
70 "grunt-jekyll": "^0.4.4",
71 "grunt-saucelabs": "^9.0.0",
72 "grunt-stamp": "^0.3.0",
73 "htmlhint": "^0.9.13",
74 "is-travis": "^1.0.0",
75 "load-grunt-tasks": "^3.5.2",
76 "node-sass": "^4.1.1",
77 "postcss-cli": "^2.6.0",
78 "postcss-flexbugs-fixes": "^2.1.0",
79 "shelljs": "^0.7.5",
80 "shx": "^0.2.1",
81 "time-grunt": "^1.4.0",
82 "uglify-js": "^2.7.5"
83 },
84 "engines": {
85 "node": ">=4"
86 },
87 "files": [
88 "dist",
89 "grunt",
90 "js/**/*.js",
91 "scss/**/*.scss",
92 "Gruntfile.js",
93 "LICENSE"
94 ],
95 "jspm": {
96 "main": "js/bootstrap",
97 "directories": {
98 "lib": "dist"
99 },
100 "shim": {
101 "js/bootstrap": {
102 "deps": [
103 "jquery"
104 ],
105 "exports": "$"
106 }
107 },
108 "dependencies": {
109 "jquery": "3"
110 }
111 }
112}