mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
40 lines
949 B
JSON
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"
|
|
]
|
|
}
|
|
}
|