Files
cdnjs/ajax/libs/bootcards/package.json
T
Peter Dave Hello 99d9ce1071 speed up git auto-update
* transfer all the packages who use git auto-update from https protocol to git protocol
2014-09-10 01:29:36 +08:00

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": [
"*/*"
]
}
}