{ "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 ", "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" } }