mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
{
|
|
"name": "bootstrap",
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"version": "4.0.0-alpha.3",
|
|
"keywords": [
|
|
"css",
|
|
"sass",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web"
|
|
],
|
|
"homepage": "http://getbootstrap.com",
|
|
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
|
|
"contributors": [
|
|
"Twitter, Inc."
|
|
],
|
|
"scripts": {
|
|
"change-version": "node grunt/change-version.js",
|
|
"eslint": "eslint --config js/.eslintrc.json js/src",
|
|
"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",
|
|
"htmlhint": "htmlhint --config docs/.htmlhintrc _gh_pages/",
|
|
"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",
|
|
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
|
|
"test": "npm run eslint && npm run jscs && grunt test"
|
|
},
|
|
"style": "dist/css/bootstrap.css",
|
|
"sass": "scss/bootstrap.scss",
|
|
"main": "./dist/js/npm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/twbs/bootstrap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/twbs/bootstrap/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jquery": "1.9.1 - 3",
|
|
"tether": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.0.3",
|
|
"babel-eslint": "^6.0.4",
|
|
"eslint": "^3.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-babel": "^5.0.3",
|
|
"grunt-build-control": "^0.7.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",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-exec": "^1.0.0",
|
|
"grunt-html": "^8.0.1",
|
|
"grunt-jekyll": "^0.4.2",
|
|
"grunt-sass": "^1.0.0",
|
|
"grunt-saucelabs": "^9.0.0",
|
|
"grunt-scss-lint": "^0.3.8",
|
|
"grunt-stamp": "^0.3.0",
|
|
"htmlhint": "^0.9.13",
|
|
"is-travis": "^1.0.0",
|
|
"jscs": "^3.0.4",
|
|
"load-grunt-tasks": "^3.4.0",
|
|
"postcss-cli": "^2.5.2",
|
|
"postcss-flexbugs-fixes": "^2.0.0",
|
|
"shelljs": "^0.7.0",
|
|
"shx": "^0.1.2",
|
|
"time-grunt": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"grunt",
|
|
"js/*.js",
|
|
"scss/**/*.scss",
|
|
"Gruntfile.js",
|
|
"LICENSE"
|
|
],
|
|
"jspm": {
|
|
"main": "js/bootstrap",
|
|
"ignore": [
|
|
"dist/js/npm"
|
|
],
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": [
|
|
"jquery"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "1.9.1 - 3"
|
|
}
|
|
}
|
|
}
|