newpct-scrapper
Version:
Utilidades para newpct
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "newpct-scrapper",
"version": "3.0.1",
"description": "Utilidades para newpct",
"main": "dist/lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"build": "babel src/ -d dist",
"cleanup": "rimraf dist"
},
"bin": {
"newpct": "./bin/cli.js"
},
"keywords": [
"newpct",
"torrent"
],
"bugs": "https://gitlab.com/DanielRamosAcosta/newpct-scrapper/issues",
"repository": "https://gitlab.com/DanielRamosAcosta/newpct-scrapper",
"contributors": [
"Rafa Herrero"
],
"author": "Daniel Ramos",
"engines": {
"node": ">=7.6.0"
},
"license": "MIT",
"dependencies": {
"axios": "^0.15.2",
"bytes": "^2.4.0",
"cheerio": "^0.22.0",
"console.table": "0.8.0",
"iconv-lite": "^0.4.15",
"inquirer": "^3.0.6",
"minimist": "^1.2.0",
"open": "0.0.5",
"parse-torrent": "^5.8.2",
"qs": "^6.4.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"rimraf": "^2.6.1"
}
}