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