-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-orchestra",
"version": "0.4.0",
"description": "A toolbox to build interactive and smart instruments on the web and mobile.",
"main": "web/lib/index.js",
"scripts": {
"test": "cd web && npm run test"
},
"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",
"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"
}
}