summaryrefslogtreecommitdiff
path: root/package.json
blob: 17706cc9384e11799a9f26da25a49d9cb976dafb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  }
}