{
  "name": "get-mp3-duration",
  "version": "1.0.0",
  "description": "Computes the duration of an mp3 buffer in node or browser.",
  "main": "index.js",
  "repository": "transitive-bullshit/get-mp3-duration",
  "author": "Travis Fischer <travis@automagical.ai>",
  "license": "MIT",
  "scripts": {
    "test": "ava -v && standard"
  },
  "keywords": [
    "mp3",
    "duration",
    "audio"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "standard": "^11.0.0"
  }
}
