Files
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

40 lines
949 B
JSON

{
"name": "github-fork-ribbon-css",
"title": "github-fork-ribbon-css",
"filename": "gh-fork-ribbon.css",
"version": "0.1.1",
"description": "A CSS-only, resolution-independent 'Fork me on GitHub' ribbon.",
"homepage": "https://simonwhitaker.github.io/github-fork-ribbon-css/",
"author": {
"name": "Simon Whitaker",
"url": "https://github.com/simonwhitaker"
},
"repositories": [
{
"type": "git",
"url": "git://github.com/simonwhitaker/github-fork-ribbon-css/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/simonwhitaker/github-fork-ribbon-css/blob/gh-pages/LICENSE"
}
],
"keywords": [
"css",
"fork",
"Github",
"ribbon"
],
"autoupdate": {
"source": "git",
"target": "git://github.com/simonwhitaker/github-fork-ribbon-css.git",
"basePath": "",
"files": [
"gh-fork-ribbon.css",
"gh-fork-ribbon.ie.css"
]
}
}