torrent-project-api
Version:
Torrent search API for torrentproject.se
34 lines (33 loc) • 768 B
JSON
{
"name": "torrent-project-api",
"version": "1.0.4",
"description": "Torrent search API for torrentproject.se",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"keywords": [
"torrentproject",
"torrent",
"magnet",
"api",
"search"
],
"author": "Mathias Rasmussen <mathiasvr@gmail.com>",
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1",
"request": "^2.67.0"
},
"devDependencies": {
"tape": "^4.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasvr/torrent-project-api.git"
},
"bugs": {
"url": "https://github.com/mathiasvr/torrent-project-api/issues"
},
"homepage": "https://github.com/mathiasvr/torrent-project-api#readme"
}