jzjzjzj/parse-torrent-name

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "parse-torrent-name",
  "version": "0.5.4",
  "description": "Parses torrent name of a movie or TV show.",
  "repository": {
    "type": "git",
    "url": "git://github.com/jzjzjzj/parse-torrent-name.git"
  },
  "homepage": "https://github.com/jzjzjzj/parse-torrent-name",
  "bugs": {
    "url": "https://github.com/jzjzjzj/parse-torrent-name/issues"
  },
  "keywords": [
    "torrent",
    "parse torrent name"
  ],
  "devDependencies": {
    "tape": "^3.0.1",
    "tap-spec": "^1.0.1"
  },
  "scripts": {
    "test": "tape test.js | tap-spec"
  }
}