Jack12816/id3-writer

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "id3-writer",
  "version": "1.3.0",
  "description": "Binding to id3lib and eyeD3",
  "main": "index.js",
  "homepage": "https://github.com/Jack12816/id3-writer",
  "repository": {
    "type": "git",
    "url": "git://github.com/Jack12816/id3-writer"
  },
  "bugs": {
    "url": "https://github.com/Jack12816/id3-writer/issues"
  },
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "id3",
    "writer",
    "binding",
    "id3lib",
    "eyeD3"
  ],
  "author": "Hermann Mayer <hermann.mayer92@googlemail.com> (http://hermann-mayer.net/)",
  "license": "LGPL",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "fs-extra": "^0.12.0",
    "id3js": "^1.1.3",
    "istanbul": "^0.3.2",
    "mocha": "^2.0.1",
    "mocha-lcov-reporter": "0.0.1",
    "musicmetadata": "^0.5.0",
    "should": "^4.1.0"
  },
  "dependencies": {
    "async": "^1.5.0",
    "extend": "^3.0.0",
    "iconv": "^2.3.2",
    "mime": "^1.2.11"
  }
}