UNPKG

node-mp3-player

Version:

Use the browser Audio api to play mp3 files in node

46 lines (45 loc) 1.08 kB
{ "name": "node-mp3-player", "version": "1.0.3", "description": "Use the browser Audio api to play mp3 files in node", "main": "index.js", "scripts": { "prepare": "patch-package", "test": "standard && tape ./test/*.spec.js | tap-spec", "coverage": "nyc --reporter lcov tape ./test/*.spec.js | tap-spec", "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls" }, "keywords": [ "mp3", "electron", "html5", "browser-api", "audio" ], "author": "Aram Drevekenin <grimsniffer@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/CommaSword/node-mp3-player.git" }, "dependencies": { "JSONStream": "^1.3.2", "electron-spawn": "^5.0.0", "uuid": "^3.2.1" }, "devDependencies": { "coveralls": "^3.0.0", "nyc": "^11.4.1", "patch-package": "^5.1.1", "proxyquire": "^1.8.0", "sinon": "^4.3.0", "standard": "^10.0.3", "tap-spec": "^4.1.1", "tape": "^4.8.0" }, "standard": { "globals": [ "Audio" ] } }