A proof of work based captcha similar to friendly captcha, but lightweight, self-hosted and GPLv3 licensed.
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.

34 lines
890 B

3 years ago
{
3 years ago
"name": "pow-captcha",
3 years ago
"version": "0.0.1",
"description": "A proof of work based captcha similar to friendly captcha, but lightweight and FLOSS",
"main": "static/captcha.js",
"repository": {
"type": "git",
3 years ago
"url": "git+https://git.sequentialread.com/forest/pow-captcha.git"
3 years ago
},
"author": "forest johnson <forest.n.johnson@gmail.com>",
"license": "GPL-3.0-or-later",
3 years ago
"bugs": {
3 years ago
"url": "https://git.sequentialread.com/forest/pow-captcha/issues"
3 years ago
},
"scripts": {
"wasm-build": "cd wasm_build && ./build_wasm.sh",
"wasm_build": "cd wasm_build && ./build_wasm.sh",
"wasmbuild": "cd wasm_build && ./build_wasm.sh"
},
3 years ago
"homepage": "https://git.sequentialread.com/forest/pow-captcha",
3 years ago
"keywords": [
"captcha",
"proof of work",
"scrypt",
"webworker"
],
"files": [
"static"
],
"directories": {
"static": "static"
}
}