twbs--bootstrap/package.json

100 lines
2.3 KiB
JSON
Raw Normal View History

{
2013-12-15 18:56:51 +00:00
"name": "bootstrap",
2014-03-03 22:18:03 +00:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "4.0.0-alpha.2",
2013-12-17 12:39:36 +00:00
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2013-12-17 12:39:36 +00:00
],
2013-12-15 18:56:51 +00:00
"homepage": "http://getbootstrap.com",
"author": "Twitter, Inc.",
2013-12-17 12:39:36 +00:00
"scripts": {
"change-version": "node grunt/change-version.js",
"shrinkwrap": "npm shrinkwrap --dev && mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
2013-12-17 12:39:36 +00:00
"test": "grunt test"
},
2014-03-07 22:07:38 +00:00
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
"main": "./dist/js/npm",
2013-12-15 18:56:51 +00:00
"repository": {
2013-12-20 19:09:51 +00:00
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"
2013-12-15 18:56:51 +00:00
},
"bugs": {
2013-12-20 19:09:51 +00:00
"url": "https://github.com/twbs/bootstrap/issues"
2013-12-15 18:56:51 +00:00
},
"license": "MIT",
"dependencies": {
"jquery": "1.9.1 - 2",
"tether": "^1.1.1"
},
2013-12-15 18:56:51 +00:00
"devDependencies": {
"autoprefixer": "^6.0.3",
2015-09-19 06:41:04 +00:00
"babel-eslint": "^4.1.3",
"grunt": "^0.4.5",
2015-09-19 06:41:04 +00:00
"grunt-babel": "^5.0.3",
"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 16:54:01 +00:00
"grunt-contrib-watch": "^1.0.0",
2015-08-19 02:22:46 +00:00
"grunt-eslint": "^17.1.0",
"grunt-exec": "^0.4.6",
2016-03-24 07:36:41 +00:00
"grunt-html": "^7.0.0",
"grunt-jekyll": "^0.4.2",
"grunt-jscs": "^2.8.0",
"grunt-postcss": "^0.8.0",
2015-05-06 20:08:34 +00:00
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "^8.6.1",
2015-08-26 15:00:15 +00:00
"grunt-scss-lint": "^0.3.8",
"grunt-stamp": "^0.1.0",
"is-travis": "^1.0.0",
"load-grunt-tasks": "^3.4.0",
2015-10-13 21:49:05 +00:00
"mq4-hover-shim": "^0.3.0",
2016-02-06 09:23:17 +00:00
"shelljs": "^0.6.0",
2015-08-26 15:00:15 +00:00
"time-grunt": "^1.2.1"
2013-12-15 18:56:51 +00:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"grunt",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
2013-12-15 18:56:51 +00:00
"jspm": {
"main": "js/bootstrap",
2015-10-13 21:49:05 +00:00
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
2013-12-15 18:56:51 +00:00
"shim": {
"js/bootstrap": {
2015-10-13 21:49:05 +00:00
"deps": [
"jquery"
],
2013-12-15 18:56:51 +00:00
"exports": "$"
}
},
"dependencies": {
"jquery": "*"
}
2013-11-26 10:10:06 +00:00
}
}