package.json (868B)
1 { 2 "name": "forro", 3 "description": "End-to-end encrypted contract form based on PGP", 4 "keywords": "pgp,contact,web,communication,privacy,encryption", 5 "homepage": "https://defalsify.org/git/forro", 6 "funding": [ 7 { 8 "type": "individual", 9 "url": "bitcoin:1PfFbhKd32W6GfR6MLVifCrgqw47czA5LV" 10 }, 11 { 12 "type": "invididual", 13 "url": "ethereum:0x98d0D0a1992d9A0c3C84ccb92182A05c852972d1" 14 } 15 ], 16 "repository": { 17 "type": "git", 18 "url": "git://git.defalsify.org/forro" 19 }, 20 "version": "0.1.0", 21 "license": "AGPL-3.0-or-later", 22 "author": "Louis Holbrook <dev@holbrook.no> (https://holbrook.no)", 23 "contributors": [ 24 "Abdallah Wario <abdallwario96@gmail.com>" 25 ], 26 "dependencies": { 27 "alpinejs": "3.10.3", 28 "openpgp": "5.5.0", 29 "jssha": "3.2.0", 30 "MimeJS": "git+https://git.defalsify.org/mime-js#lash/plain-part" 31 }, 32 "engines": { 33 "node": "^18.8" 34 } 35 }