CoolFace
Apppublic

bobwatcherx/nodeunblock

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
package.json24 linesDownload Raw Back to root
1{2  "name": "nodeunblocker.com",3  "description": "Web proxy for evading internet censorship",4  "author": "Nathan Friedly - http://nfriedly.com",5  "version": "1.0.0",6  "private": true,7  "homepage": "https://github.com/nfriedly/nodeunblocker.com/",8  "dependencies": {9    "express": "^4.13.0",10    "gatling": "^2.0.0",11    "newrelic": "^1.20.2",12    "through": "^2.3.8",13    "unblocker": "*",14    "ytdl-core": "^4.5.0"15  },16  "engines": {17    "node": ">=6"18  },19  "scripts": {20    "start": "gatling app.js"21  },22  "license": "AGPL-3.0"23}24