react-orchestra
Version:
A toolbox to build interactive and smart instruments on the web and mobile.
40 lines (39 loc) • 992 B
JSON
{
"name": "MidiIO",
"version": "1.0.0",
"description": "Describe MidiIO here",
"main": "lib/MidiIO.js",
"jsnext:main": "lib/MidiIO",
"module": "lib/MidiIO",
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {
"bluebird": "^3.4.6",
"lodash": "^4.16.4",
"midi-file-parser": "^1.0.0",
"midi-writer-js": "^1.4.0",
"soundfont-player": "^0.10.5",
"uuid-js": "^0.7.5"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"file-api": "^0.10.4",
"karma-chrome-launcher": "^2.0.0",
"nwb": "0.12.x",
"prettyjson": "^1.1.3"
},
"author": "",
"homepage": "",
"license": "MIT",
"repository": ""
}