twbs--bootstrap/package.json

94 lines
2.2 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.",
2015-03-16 15:39:31 +00:00
"version": "3.3.4",
2013-12-17 12:39:36 +00:00
"keywords": [
"css",
"less",
"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": {
"test": "grunt test"
},
2014-03-07 22:07:38 +00:00
"style": "dist/css/bootstrap.css",
"less": "less/bootstrap.less",
"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": {
"type": "MIT",
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
},
2013-12-15 18:56:51 +00:00
"devDependencies": {
2014-06-11 06:30:30 +00:00
"btoa": "~1.1.2",
2015-03-05 22:24:17 +00:00
"glob": "~5.0.3",
2014-06-11 06:30:30 +00:00
"grunt": "~0.4.5",
2015-01-19 17:13:43 +00:00
"grunt-autoprefixer": "~2.2.0",
2015-01-16 08:10:02 +00:00
"grunt-banner": "~0.3.1",
2014-07-31 20:15:27 +00:00
"grunt-contrib-clean": "~0.6.0",
2014-12-29 02:59:49 +00:00
"grunt-contrib-compress": "~0.13.0",
2015-02-20 09:22:06 +00:00
"grunt-contrib-concat": "~0.5.1",
2014-11-10 10:35:33 +00:00
"grunt-contrib-connect": "~0.9.0",
2015-02-20 09:22:06 +00:00
"grunt-contrib-copy": "~0.8.0",
2015-01-19 17:13:43 +00:00
"grunt-contrib-csslint": "~0.4.0",
2015-02-20 09:22:06 +00:00
"grunt-contrib-cssmin": "~0.12.2",
2015-02-06 21:57:28 +00:00
"grunt-contrib-jade": "~0.14.1",
"grunt-contrib-jshint": "~0.11.0",
2014-12-29 20:09:39 +00:00
"grunt-contrib-less": "~1.0.0",
2014-07-10 06:52:11 +00:00
"grunt-contrib-qunit": "~0.5.2",
2015-02-20 09:22:06 +00:00
"grunt-contrib-uglify": "~0.8.0",
2014-03-31 00:26:13 +00:00
"grunt-contrib-watch": "~0.6.1",
2014-06-11 06:30:30 +00:00
"grunt-csscomb": "~3.0.0",
2014-07-22 05:29:39 +00:00
"grunt-exec": "~0.4.6",
2015-03-05 22:24:17 +00:00
"grunt-html": "~4.0.1",
2014-06-11 06:30:30 +00:00
"grunt-jekyll": "~0.4.2",
2015-02-06 21:57:28 +00:00
"grunt-jscs": "~1.5.0",
2015-02-23 02:42:23 +00:00
"grunt-saucelabs": "~8.6.0",
2013-12-15 18:56:51 +00:00
"grunt-sed": "~0.1.1",
2015-01-30 13:04:53 +00:00
"load-grunt-tasks": "~3.1.0",
2015-03-05 22:24:17 +00:00
"markdown-it": "^4.0.1",
2015-02-09 04:15:59 +00:00
"npm-shrinkwrap": "^200.1.0",
2015-02-24 22:14:59 +00:00
"time-grunt": "^1.1.0"
2013-12-15 18:56:51 +00:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"fonts",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"less/**/*.less",
"Gruntfile.js",
"LICENSE"
],
2013-12-15 18:56:51 +00:00
"jspm": {
"main": "js/bootstrap",
2013-12-17 12:39:36 +00:00
"directories": {
"example": "examples",
"lib": "dist"
},
2013-12-15 18:56:51 +00:00
"shim": {
"js/bootstrap": {
"imports": "jquery",
"exports": "$"
}
},
2013-12-17 12:39:36 +00:00
"buildConfig": {
"uglify": true
}
2013-11-26 10:10:06 +00:00
}
}