{
  "name": "@jrohlandt/ffmetadata",
  "version": "1.7.0",
  "description": "Read and write media metadata using ffmpeg",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:parshap/node-ffmetadata.git"
  },
  "keywords": [
    "music",
    "media",
    "metadata",
    "ffmetadata",
    "ffmpeg",
    "mp3",
    "id3"
  ],
  "author": "Parsha Pourkhomami",
  "license": "Public Domain",
  "bugs": {
    "url": "https://github.com/parshap/node-ffmetadata/issues"
  },
  "dependencies": {
    "concat-stream": "~1.0.0",
    "through": "~2.3.4",
    "split": "~0.2.6",
    "stream-combiner": "0.0.2",
    "stream-filter": "1"
  },
  "devDependencies": {
    "tape": "~1.0.4"
  }
}