UNPKG

web-audio-player

Version:
67 lines (66 loc) 1.58 kB
{ "name": "web-audio-player", "version": "1.3.3", "description": "a cross-browser WebAudio player", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": { "browser-media-mime-type": "^1.0.0", "object-assign": "^4.0.1", "right-now": "^1.0.0", "simple-media-element": "^1.0.0", "xhr": "^2.2.0", "xhr-progress": "0.0.0" }, "devDependencies": { "analyser-frequency-average": "^1.0.0", "browserify": "^12.0.1", "budo": "^8.3.0", "canvas-loop": "^1.0.7", "detect-audio-autoplay": "^1.1.1", "detect-media-element-source": "^1.1.1", "ios-safe-audio-context": "^1.0.0", "standard": "^5.4.1", "tap-event": "^1.0.0", "uglify-js": "^2.6.1", "web-audio-analyser": "^2.0.0" }, "scripts": { "test": "standard", "start": "budo demo/index.js:bundle.js --live", "simple": "budo demo/simple.js:bundle.js --live", "build": "browserify demo/index.js | uglifyjs -cm > bundle.js" }, "keywords": [ "audio", "element", "process", "web", "audio", "webaudio", "buffer", "xhr", "mp3", "browser", "browserify", "webpack", "tag", "elements", "sound", "play", "sfx" ], "repository": { "type": "git", "url": "git://github.com/Jam3/web-audio-player.git" }, "homepage": "https://github.com/Jam3/web-audio-player", "bugs": { "url": "https://github.com/Jam3/web-audio-player/issues" } }