2012-10-29 21:27:34 -07: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 14:20:07 -08:00
|
|
|
"css",
|
|
|
|
"js",
|
2015-01-15 21:20:40 +00:00
|
|
|
"sass",
|
2014-03-03 14:20:07 -08:00
|
|
|
"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 10:47:22 -07:00
|
|
|
"license": "MIT",
|
2015-04-27 10:39:16 -07:00
|
|
|
"moduleType": "globals",
|
2013-11-23 12:23:18 -07:00
|
|
|
"main": [
|
2015-01-18 14:53:06 -08:00
|
|
|
"scss/bootstrap.scss",
|
2014-07-08 00:33:21 -07:00
|
|
|
"dist/js/bootstrap.js"
|
2013-11-23 12:23:18 -07:00
|
|
|
],
|
2013-07-19 13:23:17 -05:00
|
|
|
"ignore": [
|
2014-07-05 21:20:09 -07:00
|
|
|
"/.*",
|
2014-01-09 11:20:23 +01:00
|
|
|
"_config.yml",
|
2013-09-01 16:24:42 -03:00
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
2013-12-17 14:41:15 +02:00
|
|
|
"CONTRIBUTING.md",
|
2014-01-09 11:20:23 +01:00
|
|
|
"docs",
|
2014-03-16 20:30:04 -07:00
|
|
|
"js/tests",
|
|
|
|
"test-infra"
|
2013-07-19 13:23:17 -05:00
|
|
|
],
|
2012-10-29 21:27:34 -07:00
|
|
|
"dependencies": {
|
2015-11-16 09:21:02 +02:00
|
|
|
"jquery": "1.9.1 - 2"
|
2012-10-29 21:27:34 -07:00
|
|
|
}
|
2013-04-22 17:19:56 +10:00
|
|
|
}
|