2012-10-30 05:27:34 +01:00
|
|
|
{
|
|
|
|
"name": "bootstrap",
|
2014-03-14 10:55:04 +01:00
|
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
2014-03-01 21:42:31 +01:00
|
|
|
"keywords": [
|
2014-03-03 23:20:07 +01:00
|
|
|
"css",
|
|
|
|
"js",
|
|
|
|
"less",
|
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2014-03-01 21:42:31 +01:00
|
|
|
],
|
2014-03-24 21:57:46 +01:00
|
|
|
"homepage": "http://getbootstrap.com",
|
2015-04-27 19:47:22 +02:00
|
|
|
"license": "MIT",
|
2015-04-27 19:39:16 +02:00
|
|
|
"moduleType": "globals",
|
2013-11-23 20:23:18 +01:00
|
|
|
"main": [
|
2014-04-11 23:49:52 +02:00
|
|
|
"less/bootstrap.less",
|
2015-04-24 19:10:31 +02:00
|
|
|
"dist/js/bootstrap.js"
|
2013-11-23 20:23:18 +01:00
|
|
|
],
|
2013-07-19 20:23:17 +02:00
|
|
|
"ignore": [
|
2014-07-06 06:20:09 +02:00
|
|
|
"/.*",
|
2014-01-09 11:20:23 +01:00
|
|
|
"_config.yml",
|
2013-09-01 21:24:42 +02:00
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
2013-12-17 13:41:15 +01:00
|
|
|
"CONTRIBUTING.md",
|
2014-01-09 11:20:23 +01:00
|
|
|
"docs",
|
2014-03-17 04:30:04 +01:00
|
|
|
"js/tests",
|
|
|
|
"test-infra"
|
2013-07-19 20:23:17 +02:00
|
|
|
],
|
2012-10-30 05:27:34 +01:00
|
|
|
"dependencies": {
|
2014-10-22 20:52:15 +02:00
|
|
|
"jquery": ">= 1.9.1"
|
2012-10-30 05:27:34 +01:00
|
|
|
}
|
2013-04-22 09:19:56 +02:00
|
|
|
}
|