tpb-api
Version:
A Node.js torrents API wrapper for ThePirateBay
48 lines (47 loc) • 1.18 kB
JSON
{
"name": "tpb-api",
"version": "1.0.2",
"description": "A Node.js torrents API wrapper for ThePirateBay",
"main": "build/tpb-api.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JunbangHuang/tpb-api.git"
},
"author": "Bond <wongzeonbong@gmail.com> (Junbang)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JunbangHuang/tpb-api/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/JunbangHuang/tpb-api/issues"
},
"homepage": "https://github.com/JunbangHuang/tpb-api#readme",
"keywords": [
"thepiratebay",
"torrent",
"api",
"popcorn"
],
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-strict-mode": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jasmine": "^2.4.2"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"cheerio": "^0.22.0",
"fake-user-agent": "0.0.1",
"got": "^6.7.1"
}
}