UNPKG

tune

Version:
42 lines (41 loc) 781 B
{ "name": "tune", "description": "Tune up baudio", "version": "0.2.1", "homepage": "https://github.com/shama/tune", "author": { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "url": "http://dontkry.com" }, "repository": { "type": "git", "url": "git://github.com/shama/tune.git" }, "bugs": { "url": "https://github.com/shama/tune/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/shama/tune/blob/master/LICENSE-MIT" } ], "main": "lib/tune", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "tap ./test" }, "dependencies": {}, "devDependencies": { "baudio": "*", "tap": "~0.4.11" }, "keywords": [ "baudio", "audio", "music" ] }