{
  "name": "abcnode",
  "id": "abcnode",
  "version": "0.0.2",
  "description": "ABC notation parser for JavaScript",
  "keywords": [ "abc", "music", "notation", "parser", "json" ],
  "author": "Sergi Mansilla <sergi.mansilla@gmail.com> (http://sergimansilla.com)",
  "homepage": "https://github.com/sergi/abcnode",
  "repository": {
    "type": "git",
    "url": "https://github.com/sergi/abcnode.git"
  },
  "bugs": {
    "url": "https://github.com/sergi/abcnode/issues"
  },
  "dependencies": {
    "pegjs": "0.7.0"
  },
  "devDependencies": {
      "jake": "0.3.*",
      "uglify-js": ">=1.2",
      "coffee-script": ">=1.0.0"
  },
  "main": "./index.js",
  "engines": {
    "node": ">=0.4"
  },
  "scripts": {
    "test": "node test/test_parser.js"
  },
  "licenses": [{
    "type" : "MIT",
    "url" : "https://github.com/sergi/ABCParser/blob/master/LICENSE"
  }]
}
