twbs--bootstrap/package.json

83 lines
2.0 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.",
2014-02-13 09:12:26 +00:00
"version": "3.1.1",
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"
},
"style": "./dist/css/bootstrap.css",
"less": "./less/bootstrap.less",
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": {
"btoa": "~1.1.1",
2014-03-02 07:27:01 +00:00
"canonical-json": "~0.0.4",
"css-flip": "~0.3.0",
2013-12-22 18:01:00 +00:00
"grunt": "~0.4.2",
2014-02-22 10:17:58 +00:00
"grunt-autoprefixer": "~0.7.2",
2014-03-02 07:27:01 +00:00
"grunt-banner": "~0.2.1",
2013-12-15 18:56:51 +00:00
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
2014-03-02 07:27:01 +00:00
"grunt-contrib-connect": "~0.7.1",
2013-12-26 17:50:04 +00:00
"grunt-contrib-copy": "~0.5.0",
2013-12-15 18:56:51 +00:00
"grunt-contrib-csslint": "~0.2.0",
2014-03-02 07:27:01 +00:00
"grunt-contrib-cssmin": "~0.9.0",
2014-03-05 08:23:54 +00:00
"grunt-contrib-jade": "~0.11.0",
2013-12-26 17:50:04 +00:00
"grunt-contrib-jshint": "~0.8.0",
2014-03-01 18:14:31 +00:00
"grunt-contrib-less": "~0.10.0",
2014-01-17 19:56:53 +00:00
"grunt-contrib-qunit": "~0.4.0",
2014-03-02 07:27:01 +00:00
"grunt-contrib-uglify": "~0.4.0",
2013-12-15 18:56:51 +00:00
"grunt-contrib-watch": "~0.5.3",
2013-12-31 18:20:57 +00:00
"grunt-csscomb": "~2.0.1",
2014-03-07 06:45:16 +00:00
"grunt-css-flip": "^0.1.0",
"grunt-exec": "~0.4.5",
"grunt-html-validation": "~0.1.13",
"grunt-jekyll": "~0.4.1",
2014-02-25 23:25:57 +00:00
"grunt-jscs-checker": "~0.4.0",
2014-03-02 07:27:01 +00:00
"grunt-saucelabs": "~5.0.1",
2013-12-15 18:56:51 +00:00
"grunt-sed": "~0.1.1",
2014-02-26 17:32:30 +00:00
"load-grunt-tasks": "~0.4.0",
2014-03-07 06:46:15 +00:00
"markdown": "~0.5.0",
"time-grunt": "~0.2.10"
2013-12-15 18:56:51 +00:00
},
"engines": {
"node": "~0.10.1"
},
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
}
}