{
  "name": "midi-parser",
  "version": "1.0.1",
  "description": "A node js midi data parser that blissfully ignores all hardware and networking.",
  "main": "parser.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint parser.js test/parser.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/reconbot/midi-parser.git"
  },
  "keywords": [
    "midi",
    "midi-parser"
  ],
  "author": "Francis Gulotta <wizard@roborooter.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reconbot/midi-parser/issues"
  },
  "devDependencies": {
    "eslint": "^6.6.0",
    "mocha": "^6.2.2",
    "sinon": "^7.5.0"
  }
}
