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",
|
2015-01-15 22:20:40 +01:00
|
|
|
"sass",
|
2014-03-03 23:20:07 +01:00
|
|
|
"mobile-first",
|
|
|
|
"responsive",
|
|
|
|
"front-end",
|
|
|
|
"framework",
|
|
|
|
"web"
|
2014-03-01 21:42:31 +01:00
|
|
|
],
|
2016-10-03 18:55:59 +02:00
|
|
|
"homepage": "https://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": [
|
2015-01-18 23:53:06 +01:00
|
|
|
"scss/bootstrap.scss",
|
2014-07-08 09:33:21 +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
|
|
|
"/.*",
|
2017-05-29 19:57:50 +02:00
|
|
|
"/_*",
|
|
|
|
"about",
|
|
|
|
"assets",
|
2014-01-09 11:20:23 +01:00
|
|
|
"docs",
|
2014-03-17 04:30:04 +01:00
|
|
|
"js/tests",
|
2017-05-29 19:57:50 +02:00
|
|
|
"nuget",
|
|
|
|
"CNAME",
|
|
|
|
"composer.json",
|
|
|
|
"Gruntfile.js"
|
2013-07-19 20:23:17 +02:00
|
|
|
],
|
2012-10-30 05:27:34 +01:00
|
|
|
"dependencies": {
|
2017-01-05 04:19:27 +01:00
|
|
|
"jquery": ">=1.9.1",
|
2017-06-14 21:00:01 +02:00
|
|
|
"popper.js": "^1.10.1"
|
2012-10-30 05:27:34 +01:00
|
|
|
}
|
2013-04-22 09:19:56 +02:00
|
|
|
}
|