{
  "name": "nesly-sound",
  "version": "3.1.0",
  "description": "Make music with your NES",
  "main": "index.js",
  "scripts": {
    "build": "node examples/song.js && cd build && nesasm start.s && open start.nes",
    "release": "npm test && standard-version && git push --follow-tags origin master; npm publish",
    "test": "standard && istanbul cover --dir ${COVERAGE_DIR:-coverage} tape -- test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/emkay/nesly-sound.git"
  },
  "keywords": [
    "NES",
    "sound",
    "8-bit",
    "music"
  ],
  "author": "Michael Matuzak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/emkay/nesly-sound/issues"
  },
  "homepage": "https://github.com/emkay/nesly-sound",
  "dependencies": {
    "cpr": "^0.4.0",
    "mkdirp": "^0.5.0",
    "octavian": "^2.0.5"
  },
  "devDependencies": {
    "istanbul": "^0.3.13",
    "standard": "^4.0.0",
    "standard-version": "^2.2.1",
    "tape": "^4.0.0"
  }
}