audio-player
Version:
Client-side HTML5 audio player
28 lines (27 loc) • 551 B
JSON
{
"name": "audio-player",
"version": "1.1.0",
"description": "Client-side HTML5 audio player",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"author": "Brent Jackson",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/jxnblk/audio-player.git"
},
"keywords": [
"HTML5",
"audio",
"player"
],
"bugs": {
"url": "https://github.com/jxnblk/audio-player/issues"
},
"homepage": "https://github.com/jxnblk/audio-player"
}