UNPKG

opl3

Version:
73 lines (72 loc) 1.73 kB
{ "name": "opl3", "version": "0.4.3", "description": "OPL3 emulator library", "main": "index.js", "preferGlobal": true, "bin": { "opl3": "cli.js" }, "scripts": { "bundle": "browserify index.js --standalone OPL3 | derequire > dist/opl3.js", "postbundle": "uglifyjs dist/opl3.js > dist/opl3.min.js", "lint": "./node_modules/.bin/eslint -c ./.eslintrc.json lib/**/*.js ./*.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/doomjs/opl3.git" }, "keywords": [ "opl", "opl3", "YMF262", "javascript", "sound", "blaster", "music", "doom", "dosbox", "laa", "mus", "dro", "imf", "raw" ], "author": "IDDQD", "license": "MIT", "bugs": { "url": "https://github.com/doomjs/opl3/issues" }, "homepage": "https://github.com/doomjs/opl3#readme", "dependencies": { "async": "^2.0.1", "chalk": "^1.1.3", "duration": "^0.2.0", "extend": "^3.0.0", "glob": "^7.0.5", "jsmidgen": "^0.1.5", "mkdirp": "^0.5.1", "numeral": "^1.5.3", "pcm-bitdepth-converter": "^0.1.0", "pcm-normalizer": "^0.1.0", "progress": "^1.1.8", "setimmediate": "^1.0.4", "stream-buffers": "^3.0.0", "wad-genmidi": "^0.1.0", "wav-arraybuffer": "^0.1.0", "yargs": "^4.8.1" }, "optionalDependencies": { "lame": "github:doomjs/node-lame", "node-opus": "github:doomjs/node-opus", "ogg": "github:doomjs/node-ogg", "speaker": "github:doomjs/node-speaker", "vorbis": "github:doomjs/node-vorbis" }, "devDependencies": { "browserify": "^13.0.1", "eslint": "^3.2.0", "uglify-js": "^2.6.4" } }