mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
47 lines
1.1 KiB
JSON
Executable File
47 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "bootstrap",
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"version": "3.3.2",
|
|
"keywords": [
|
|
"css",
|
|
"js",
|
|
"less",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web"
|
|
],
|
|
"homepage": "http://getbootstrap.com",
|
|
"main": [
|
|
"less/bootstrap.less",
|
|
"dist/css/bootstrap.css",
|
|
"dist/js/bootstrap.js",
|
|
"dist/fonts/glyphicons-halflings-regular.eot",
|
|
"dist/fonts/glyphicons-halflings-regular.svg",
|
|
"dist/fonts/glyphicons-halflings-regular.ttf",
|
|
"dist/fonts/glyphicons-halflings-regular.woff"
|
|
],
|
|
"ignore": [
|
|
"/.*",
|
|
"_config.yml",
|
|
"CNAME",
|
|
"composer.json",
|
|
"CONTRIBUTING.md",
|
|
"docs",
|
|
"js/tests",
|
|
"test-infra"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.1"
|
|
},
|
|
"_release": "3.3.2",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v3.3.2",
|
|
"commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
|
|
},
|
|
"_source": "git://github.com/twbs/bootstrap.git",
|
|
"_target": "~3.3.1",
|
|
"_originalSource": "bootstrap"
|
|
} |