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
|
{
"name": "subphatty",
"version": "1.0.0",
"description": "midi interface for the moog subphatty",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@asdf.us:subphatty.git"
},
"author": "jules <julescarbon@gmail.com>",
"license": "MIT",
"dependencies": {
"webmidi": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^5.2.0",
"eslint-plugin-react": "^7.10.0",
"webpack": "^4.16.4",
"webpack-command": "^0.4.1"
}
}
|