-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "pow-bot-deterrent",
"version": "0.0.1",
"description": "A proof of work based bot deterrent. lightweight, selfhosted, and copyleft licensed",
"main": "static/bot-deterrent.js",
"repository": {
"type": "git",
"url": "git+https://git.sequentialread.com/forest/pow-bot-deterrent.git"
},
"author": "forest johnson <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://git.sequentialread.com/forest/pow-bot-deterrent/issues"
},
"scripts": {
"wasm-build": "cd wasm_build && ./build_wasm.sh",
"wasm_build": "cd wasm_build && ./build_wasm.sh",
"wasmbuild": "cd wasm_build && ./build_wasm.sh"
},
"homepage": "https://git.sequentialread.com/forest/pow-bot-deterrent",
"keywords": [
"bot-deterrent",
"proof of work",
"scrypt",
"webworker"
],
"files": [
"static"
],
"directories": {
"static": "static"
}
}