mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
45 lines
829 B
JSON
45 lines
829 B
JSON
{
|
|
"name": "twitter-bootstrap",
|
|
"filename": "js/bootstrap.min.js",
|
|
"npmName": "bootstrap",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
],
|
|
"version": "3.2.0",
|
|
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
|
|
"homepage": "http://getbootstrap.com/",
|
|
"keywords": [
|
|
"css",
|
|
"less",
|
|
"mobile-first",
|
|
"responsive",
|
|
"front-end",
|
|
"framework",
|
|
"web",
|
|
"twitter",
|
|
"bootstrap"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Mark Otto"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/twbs/bootstrap"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|