mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
32 lines
629 B
JSON
32 lines
629 B
JSON
{
|
|
"name": "beepjs",
|
|
"title": "beepjs",
|
|
"filename": "beep.min.js",
|
|
"version": "0.0.1",
|
|
"description": "Makes browser beep.",
|
|
"homepage": "https://github.com/luciferous/beepjs",
|
|
"author": {
|
|
"name": "Neuman Vong",
|
|
"email": "neuman@ashmoremusic.com",
|
|
"url": "https://github.com/luciferous"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "git://github.com/luciferous/beepjs"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"beep",
|
|
"beepjs"
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/luciferous/beepjs.git",
|
|
"basePath": "",
|
|
"files": [
|
|
"beep.js"
|
|
]
|
|
}
|
|
}
|