You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

38 lines
941 B

{
"name": "pirateproxy",
"version": "0.0.0",
"description": "Proxy site for thepiratebay.org",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "xo",
"deploy": "now --public -e NODE_ENV=production -e PROXY_HOST=thepiratebay.now.sh && now alias"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/pirateproxy.git"
},
"keywords": [
"proxy",
"thepiratebay",
"pirate",
"censorship"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/pirateproxy/issues"
},
"homepage": "https://github.com/lukechilds/pirateproxy",
"dependencies": {
"got": "^8.0.0",
"replacestream": "^4.0.2"
},
"devDependencies": {
"eslint-config-xo-lukechilds": "^1.0.0",
"xo": "^0.20.2"
}
}