{
  "name": "acoustid",
  "version": "1.2.1",
  "description": "Get music metadata from AcoustID Web Service",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/parshap/node-acoustid"
  },
  "keywords": [
    "acoustid",
    "music",
    "audio",
    "metadata",
    "meta",
    "mp3"
  ],
  "author": "Parsha Pourkhomami",
  "license": "Public Domain",
  "dependencies": {
    "concat-stream": "^1.4.6",
    "fpcalc": "^1.1.0",
    "hyperquest": "^0.3.0"
  },
  "devDependencies": {
    "tape": "^2.14.0"
  }
}
