twbs--bootstrap/package.json

97 lines
2.3 KiB
JSON
Raw Normal View History

{
2013-12-15 13:56:51 -05:00
"name": "bootstrap",
2014-03-03 17:18:03 -05:00
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"version": "4.0.0-alpha",
2013-12-17 07:39:36 -05:00
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
2013-12-17 07:39:36 -05:00
],
2013-12-15 13:56:51 -05:00
"homepage": "http://getbootstrap.com",
"author": "Twitter, Inc.",
2013-12-17 07:39:36 -05:00
"scripts": {
"test": "grunt test"
},
2014-03-07 17:07:38 -05:00
"style": "dist/css/bootstrap.css",
"sass": "scss/bootstrap.scss",
"main": "./dist/js/npm",
2013-12-15 13:56:51 -05:00
"repository": {
2013-12-20 14:09:51 -05:00
"type": "git",
"url": "https://github.com/twbs/bootstrap.git"
2013-12-15 13:56:51 -05:00
},
"bugs": {
2013-12-20 14:09:51 -05:00
"url": "https://github.com/twbs/bootstrap/issues"
2013-12-15 13:56:51 -05:00
},
"license": "MIT",
2013-12-15 13:56:51 -05:00
"devDependencies": {
2015-08-18 22:22:46 -04:00
"babel-eslint": "^4.0.10",
2014-06-11 02:30:30 -04:00
"btoa": "~1.1.2",
2015-03-05 17:24:17 -05:00
"glob": "~5.0.3",
2014-06-11 02:30:30 -04:00
"grunt": "~0.4.5",
2015-01-19 12:13:43 -05:00
"grunt-autoprefixer": "~2.2.0",
2015-05-07 15:48:22 -04:00
"grunt-babel": "^5.0.0",
2015-01-16 03:10:02 -05:00
"grunt-banner": "~0.3.1",
2014-07-31 16:15:27 -04:00
"grunt-contrib-clean": "~0.6.0",
2014-12-28 21:59:49 -05:00
"grunt-contrib-compress": "~0.13.0",
2015-02-20 04:22:06 -05:00
"grunt-contrib-concat": "~0.5.1",
2014-11-10 05:35:33 -05:00
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.8.0",
2015-01-19 12:13:43 -05:00
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jade": "~0.14.1",
"grunt-contrib-jshint": "~0.11.0",
2014-07-10 02:52:11 -04:00
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.8.0",
2014-03-30 20:26:13 -04:00
"grunt-contrib-watch": "~0.6.1",
2014-06-11 02:30:30 -04:00
"grunt-csscomb": "~3.0.0",
2015-08-18 22:22:46 -04:00
"grunt-eslint": "^17.1.0",
2014-07-22 01:29:39 -04:00
"grunt-exec": "~0.4.6",
2015-03-05 17:24:17 -05:00
"grunt-html": "~4.0.1",
2014-06-11 02:30:30 -04:00
"grunt-jekyll": "~0.4.2",
2015-05-06 16:34:14 -04:00
"grunt-jscs": "~1.8.0",
"grunt-line-remover": "0.0.2",
2015-01-01 04:41:56 -05:00
"grunt-postcss": "^0.3.0",
2015-05-06 16:08:34 -04:00
"grunt-sass": "^1.0.0",
"grunt-saucelabs": "~8.6.0",
2014-12-08 21:34:15 -05:00
"grunt-scss-lint": "^0.3.4",
2013-12-15 13:56:51 -05:00
"grunt-sed": "~0.1.1",
"grunt-stamp": "^0.1.0",
"load-grunt-tasks": "~3.1.0",
2015-03-05 17:24:17 -05:00
"markdown-it": "^4.0.1",
"mq4-hover-shim": "^0.2.0",
"npm-shrinkwrap": "^200.1.0",
"time-grunt": "^1.1.0"
2013-12-15 13:56:51 -05:00
},
"engines": {
"node": ">=0.10.1"
},
"files": [
"dist",
"grunt/*.js",
"grunt/*.json",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
2013-12-15 13:56:51 -05:00
"jspm": {
"main": "js/bootstrap",
"shim": {
"js/bootstrap": {
2015-03-18 06:59:55 -04:00
"deps": "jquery",
2013-12-15 13:56:51 -05:00
"exports": "$"
}
},
2015-05-07 15:48:22 -04:00
"files": [
"css",
"fonts",
"js"
]
2013-11-26 05:10:06 -05:00
}
}