unblocker
Version:
Web proxy for evading internet censorship & general-purpose library for rewriting remote websites.
23 lines (22 loc) • 529 B
JSON
{
"name": "nodeunblocker.com",
"description": "Web proxy for evading internet censorship",
"author": "Nathan Friedly - http://nfriedly.com",
"version": "1.0.0",
"private": true,
"homepage": "http://nodeunblocker.com/",
"dependencies": {
"express": "^4.13.0",
"gatling": "~1.2.0",
"newrelic": "^1.20.2",
"through": "^2.3.8",
"unblocker": "*"
},
"engines": {
"node": ">=0.12.x",
"npm": ">=2.7.0"
},
"scripts": {
"start": "node ./node_modules/gatling/gatling.js ./app.js"
}
}