{
  "name": "mutag",
  "version": "2.0.7",
  "description": "a simple library to get metadata of mp3 files",
  "main": "lib/index.js",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "compile": "babel -d lib/ src/node src/common"
  },
  "author": "chunqiuyiyu <cqyyhws@gmail.com> (http://www.chunqiuyiyu.com/)",
  "license": "MIT",
  "keywords": [
    "id3",
    "music",
    "tags",
    "es6",
    "npm-package",
    "parser"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.1.1",
    "eslint-loader": "^1.8.0",
    "webpack": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chunqiuyiyu/mutag.git"
  },
  "bugs": {
    "url": "https://github.com/chunqiuyiyu/mutag/issues"
  },
  "homepage": "https://github.com/chunqiuyiyu/mutag#readme",
  "dependencies": {}
}
