{
  "name": "torrent-name-parse",
  "version": "1.1.0",
  "author": "Leeroy Brun <leeroy.brun@gmail.com>",
  "description": "Parse a torrent name to get accurate informations about quality, TV Show, etc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/leeroybrun/torrent-name-parser.git"
  },
  "keywords": [
    "torrents",
    "torrent name",
    "torrent name parser",
    "torrent quality",
    "torrent parser"
  ],
  "license": "MIT",
  "dependencies": {
    "babel-cli": "^6.10.1",
    "debug": "^2.2.0",
    "xregexp": "^3.1.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "jshint": "^2.9.1",
    "mocha": "^2.4.5"
  },
  "engines": [
    "node"
  ],
  "scripts": {
    "jshint": "jshint src/. test/. --config",
    "build": "npm run jshint && babel src --presets babel-preset-es2015 --out-dir dist",
    "prepublish": "npm run build",
    "mocha": "mocha test/ --compilers js:babel-core/register",
    "test": "npm run jshint && npm run mocha",
    "testfile": "npm run build && DEBUG=torrents-name-parser* node test.js"
  },
  "xo": {
    "esnext": true,
    "space": 2
  },
  "main": "./dist/torrent-name-parser.js"
}
