-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.06 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.06 KB
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
{
"name": "midi-sounds-react",
"version": "1.2.54",
"description": "Sounds for React musical applications.",
"keywords": [
"react",
"react-component",
"audio",
"guitar",
"piano",
"music",
"drums",
"beat",
"sound",
"synthesizer",
"wavetable",
"midi",
"soundfont",
"synth",
"mixer",
"distortion",
"microtonal"
],
"homepage": "https://surikov.github.io/midi-sounds-react/",
"main": "bin/midisoundsreact.js",
"repository": {
"type": "git",
"url": "https://github.com/surikov/midi-sounds-react.git"
},
"license": "MIT",
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-modal": "^3.1.10",
"webaudiofont": "^2.5.24"
},
"scripts": {
"test": "echo \"No test specified\" && exit 1",
"build": "echo no build"
},
"author": {
"name": "Sergey Surikov",
"email": "sss1024@gmail.com"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-es2015": "6.24.1"
}
}