Files
cdnjs/ajax/libs/beepjs/package.json
T
2014-09-24 21:50:32 +08:00

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"
]
}
}