extratorrent-api
Version:
An ExtraTorrent wrapper for NodeJS.
34 lines (33 loc) • 654 B
JSON
{
"name": "extratorrent-api",
"version": "1.1.4",
"description": "An ExtraTorrent wrapper for NodeJS.",
"dependencies": {
"cheerio": "^0.22.0",
"got": "^6.7.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"license": "MIT",
"scripts": {
"test": "mocha --timeout 15000 --reporter spec"
},
"engines": {
"node": ">=6.3.0"
},
"keywords": [
"extratorrent",
"extra",
"torrent",
"torrents",
"api"
],
"main": "extratorrent-api.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisAlderson/extratorrent-api.git"
}
}