konsumer/tvinfo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tvinfo",
  "version": "0.1.30",
  "description": "get info for tv shows and tv filenames",
  "main": "index.js",
  "scripts": {
    "test": "mocha -t 50000 -s 10000",
    "watch": "mocha -w -t 50000 -s 10000",
    "bump": "node bump.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/konsumer/tvinfo.git"
  },
  "keywords": [
    "tv",
    "tvrage",
    "filename"
  ],
  "author": "David Konsumer <konsumer@jetboystudio.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/konsumer/tvinfo/issues"
  },
  "homepage": "https://github.com/konsumer/tvinfo",
  "dependencies": {
    "agentkeepalive": "^1.2.0",
    "bluebird": "^2.8.0",
    "csv-parse": "0.0.6",
    "to-title-case": "^0.1.5",
    "xml2js": "^0.4.4"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "chai-things": "^0.2.0",
    "mocha": "^2.1.0"
  }
}