react-orchestra
Version:
A toolbox to build interactive and smart instruments on the web and mobile.
61 lines (60 loc) • 1.6 kB
JSON
{
"name": "react-orchestra",
"version": "0.5.2",
"description": "A toolbox to build interactive and smart instruments on the web and mobile.",
"main": "web/dist/index.cjs.js",
"module": "web/dist/index.esm.js",
"types": "web/dist/index.d.ts",
"react-native": "native/index.js",
"scripts": {
"test": "cd web && npm run test",
"prepublish": "cd web && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RakanNimer/react-orchestra.git"
},
"keywords": [
"react",
"react-native",
"music",
"notes",
"scales",
"instruments",
"music instrument",
"midi"
],
"author": "Rakan Nimer",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/RakanNimer/react-orchestra/issues"
},
"homepage": "https://github.com/RakanNimer/react-orchestra#readme",
"dependencies": {
"base-64": "^0.1.0",
"chance": "^1.0.6",
"classnames": "^2.2.5",
"immutability-helper": "^2.1.2",
"localforage": "^1.4.3",
"lodash": "^4.17.11",
"midi-file-parser": "^1.0.0",
"midi-writer-js": "^1.4.0",
"pre-commit": "^1.2.2",
"react-keymaster": "^0.1.0",
"soundfont-player": "^0.10.5"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jsdoc": "^3.4.3"
},
"peerDependencies": {
"react": "15.x",
"react-native-fs": "^2.0.1-rc.2",
"react-native-sound": "^0.8.3",
"realm": "^0.15.0"
}
}