You cannot 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
854 B
JSON
38 lines
854 B
JSON
{
|
|
"name": "hma-proxy-parse",
|
|
"version": "1.0.2",
|
|
"description": "Parses proxies out of HideMyAss' public proxy list.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/joepie91/hma-proxy-parse"
|
|
},
|
|
"keywords": [
|
|
"hidemyass",
|
|
"proxy",
|
|
"parser"
|
|
],
|
|
"author": "Sven Slootweg",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"cheerio": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"bhttp": "^1.0.2",
|
|
"bluebird": "^2.9.4",
|
|
"gulp": "~3.8.0",
|
|
"gulp-cached": "~0.0.3",
|
|
"gulp-coffee": "~2.0.1",
|
|
"gulp-concat": "~2.2.0",
|
|
"gulp-livereload": "~2.1.0",
|
|
"gulp-nodemon": "~1.0.4",
|
|
"gulp-plumber": "~0.6.3",
|
|
"gulp-remember": "~0.2.0",
|
|
"gulp-rename": "~1.2.0",
|
|
"gulp-util": "~2.2.17"
|
|
}
|
|
}
|