mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
29 lines
645 B
JSON
29 lines
645 B
JSON
{
|
|
"name": "bootcards",
|
|
"filename": "js/bootcards.min.js",
|
|
"version": "0.2.0",
|
|
"description": "A cards-based UI framework for mobile and desktop apps, built on top of Bootstrap",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bootcards/bootcards.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/bootcards/bootcards/issues"
|
|
},
|
|
"homepage": "http://bootcards.org",
|
|
"keywords": [
|
|
"twitter",
|
|
"bootstrap",
|
|
"cards"
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/bootcards/bootcards.git",
|
|
"basePath": "/dist/",
|
|
"files": [
|
|
"*/*"
|
|
]
|
|
}
|
|
}
|