0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/package.json

92 lines
2.2 KiB
JSON
Raw Normal View History

{
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.",
2017-07-04 13:48:46 -07:00
"version": "3.4.0",
2013-12-17 14:39:36 +02:00
"keywords": [
"css",
"less",
"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",
"author": "Twitter, Inc.",
2013-12-17 14:39:36 +02:00
"scripts": {
"change-version": "node grunt/change-version.js",
"update-shrinkwrap": "npm shrinkwrap --dev && shx mv ./npm-shrinkwrap.json ./grunt/npm-shrinkwrap.json",
2013-12-17 14:39:36 +02:00
"test": "grunt test"
},
2014-03-07 23:07:38 +01:00
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"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
},
"license": "MIT",
2013-12-15 10:56:51 -08:00
"devDependencies": {
2014-06-11 09:30:30 +03:00
"btoa": "~1.1.2",
2017-11-26 00:57:48 -08:00
"glob": "~7.1.2",
2016-07-02 20:55:02 +03:00
"grunt": "~1.0.1",
"grunt-autoprefixer": "~3.0.4",
2017-11-26 00:57:48 -08:00
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
2017-11-26 00:57:48 -08:00
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-htmlmin": "~2.4.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-pug": "~1.0.0",
"grunt-contrib-qunit": "~2.0.0",
2017-11-26 00:57:48 -08:00
"grunt-contrib-uglify": "~3.2.1",
2016-03-19 18:31:11 +02:00
"grunt-contrib-watch": "~1.0.0",
2017-11-26 00:57:48 -08:00
"grunt-exec": "~3.0.0",
"grunt-html": "~8.6.1",
"grunt-jekyll": "~0.4.4",
2016-06-28 22:23:15 +03:00
"grunt-jscs": "~3.0.1",
2016-07-02 20:55:02 +03:00
"grunt-saucelabs": "~9.0.0",
2017-11-25 18:06:34 -08:00
"grunt-stylelint": "^0.9.0",
"load-grunt-tasks": "~3.5.0",
2017-11-26 00:57:48 -08:00
"markdown-it": "^8.4.0",
"shelljs": "^0.7.0",
2017-11-26 00:57:48 -08:00
"shx": "^0.2.2",
2017-11-25 18:06:34 -08:00
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.7.0",
"time-grunt": "^1.3.0"
2013-12-15 10:56:51 -08:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"fonts",
"grunt",
"js/*.js",
"less/**/*.less",
"Gruntfile.js",
"LICENSE"
],
2013-12-15 10:56:51 -08:00
"jspm": {
"main": "js/bootstrap",
"shim": {
"js/bootstrap": {
2015-03-18 12:59:55 +02:00
"deps": "jquery",
2013-12-15 10:56:51 -08:00
"exports": "$"
}
},
2015-04-04 12:05:00 +03:00
"files": [
"css",
"fonts",
"js"
]
2013-11-26 12:10:06 +02:00
}
}