2012-04-19 15:32:41 -07:00
|
|
|
{
|
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.",
|
2015-06-16 09:10:22 -07:00
|
|
|
"version": "3.3.5",
|
2013-12-17 14:39:36 +02:00
|
|
|
"keywords": [
|
2014-03-03 14:20:37 -08:00
|
|
|
"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": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2014-03-07 23:07:38 +01:00
|
|
|
"style": "dist/css/bootstrap.css",
|
|
|
|
"less": "less/bootstrap.less",
|
2014-08-04 10:07:21 +08:00
|
|
|
"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
|
|
|
},
|
2015-05-20 22:35:31 -07:00
|
|
|
"license": "MIT",
|
2013-12-15 10:56:51 -08:00
|
|
|
"devDependencies": {
|
2014-06-11 09:30:30 +03:00
|
|
|
"btoa": "~1.1.2",
|
2015-07-26 00:11:28 +03:00
|
|
|
"glob": "~5.0.14",
|
2014-06-11 09:30:30 +03:00
|
|
|
"grunt": "~0.4.5",
|
2015-06-14 13:24:45 -07:00
|
|
|
"grunt-autoprefixer": "~3.0.3",
|
2014-07-31 13:15:27 -07:00
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
2014-12-28 18:59:49 -08:00
|
|
|
"grunt-contrib-compress": "~0.13.0",
|
2015-02-20 11:22:06 +02:00
|
|
|
"grunt-contrib-concat": "~0.5.1",
|
2015-04-06 21:38:32 -07:00
|
|
|
"grunt-contrib-connect": "~0.10.1",
|
2015-02-20 11:22:06 +02:00
|
|
|
"grunt-contrib-copy": "~0.8.0",
|
2015-07-26 00:11:28 +03:00
|
|
|
"grunt-contrib-csslint": "~0.5.0",
|
2015-05-10 01:19:08 +03:00
|
|
|
"grunt-contrib-cssmin": "~0.12.3",
|
2014-11-14 15:00:02 +02:00
|
|
|
"grunt-contrib-htmlmin": "~0.4.0",
|
2015-07-26 00:11:28 +03:00
|
|
|
"grunt-contrib-jade": "~0.15.0",
|
2015-04-19 00:07:37 +03:00
|
|
|
"grunt-contrib-jshint": "~0.11.2",
|
2015-04-04 12:05:00 +03:00
|
|
|
"grunt-contrib-less": "~1.0.1",
|
2015-04-06 17:06:49 -07:00
|
|
|
"grunt-contrib-qunit": "~0.7.0",
|
2015-04-04 12:05:00 +03:00
|
|
|
"grunt-contrib-uglify": "~0.9.1",
|
2014-03-30 17:26:13 -07:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-06-14 13:24:45 -07:00
|
|
|
"grunt-csscomb": "~3.0.1",
|
2014-07-22 08:29:39 +03:00
|
|
|
"grunt-exec": "~0.4.6",
|
2015-05-10 01:19:08 +03:00
|
|
|
"grunt-html": "~4.0.3",
|
2014-06-11 09:30:30 +03:00
|
|
|
"grunt-jekyll": "~0.4.2",
|
2015-04-29 12:11:30 +03:00
|
|
|
"grunt-jscs": "~1.8.0",
|
2015-04-28 00:01:52 -07:00
|
|
|
"grunt-saucelabs": "~8.6.1",
|
2015-04-23 12:00:58 -07:00
|
|
|
"grunt-sed": "twbs/grunt-sed#v0.2.0",
|
2015-06-01 09:45:26 +03:00
|
|
|
"load-grunt-tasks": "~3.2.0",
|
2015-07-26 00:11:28 +03:00
|
|
|
"markdown-it": "^4.4.0",
|
2015-04-29 12:11:30 +03:00
|
|
|
"npm-shrinkwrap": "^200.4.0",
|
2015-06-14 13:24:45 -07:00
|
|
|
"time-grunt": "^1.2.1"
|
2013-12-15 10:56:51 -08:00
|
|
|
},
|
2014-03-07 08:42:48 +02:00
|
|
|
"engines": {
|
2015-02-14 14:31:31 +02:00
|
|
|
"node": ">=0.10.1"
|
2014-03-07 08:42:48 +02:00
|
|
|
},
|
2015-02-14 14:36:50 +02:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"fonts",
|
2015-05-02 10:48:33 -07:00
|
|
|
"grunt",
|
2015-02-14 14:36:50 +02:00
|
|
|
"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
|
|
|
}
|
2012-12-19 23:52:38 -08:00
|
|
|
}
|