mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 17:55:57 +10:00
* transfer all the packages who use git auto-update from https protocol to git protocol
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "basics",
|
|
"filename" : "basics.css",
|
|
"version": "1.2.0",
|
|
"homepage": "https://github.com/haydenbleasel/basics",
|
|
"author": {
|
|
"name": "Hayden Bleasel",
|
|
"email": "haydenbleasel@gmail.com",
|
|
"url": "http://haydenbleasel.com/"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/haydenbleasel/basics.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"basics.css"
|
|
]
|
|
}
|
|
}
|