{
  "name": "rtmidi",
  "version": "0.0.3",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "node .",
    "test": "npm run build && node test.js",
    "test-debug": "npm run build-debug && cross-env RTMIDI_DEBUG=1 node test.js",
    "build": "node-gyp build",
    "build-debug": "node-gyp build --debug",
    "install": "node-gyp rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shawwn/rtmidi"
  },
  "author": "Shawn Presser <shawnpresser@gmail.com>",
  "license": "MIT",
  "gypfile": true,
  "bugs": {
    "url": "https://github.com/shawwn/rtmidi/issues"
  },
  "homepage": "https://github.com/shawwn/rtmidi#readme",
  "dependencies": {
    "nan": "^2.10.0"
  },
  "devDependencies": {
    "cross-env": "^5.2.0"
  }
}
