2020-07-30 03:34:58 -06:00
|
|
|
{
|
|
|
|
"name": "keyoxide-web",
|
2020-09-11 10:13:09 -06:00
|
|
|
"version": "2.2.8",
|
2020-07-30 03:34:58 -06:00
|
|
|
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
|
|
|
"main": "index.js",
|
2020-08-07 04:50:00 -06:00
|
|
|
"dependencies": {
|
2020-08-08 13:35:53 -06:00
|
|
|
"bent": "^7.3.9",
|
|
|
|
"dotenv": "^8.2.0",
|
2020-08-07 04:50:00 -06:00
|
|
|
"express": "^4.17.1",
|
2020-08-08 13:35:53 -06:00
|
|
|
"express-validator": "^6.6.1",
|
2020-08-07 04:50:00 -06:00
|
|
|
"jstransformer-markdown-it": "^2.1.0",
|
2020-08-07 17:04:47 -06:00
|
|
|
"markdown-it-anchor": "^5.3.0",
|
|
|
|
"markdown-it-table-of-contents": "^0.4.4",
|
|
|
|
"markdown-it-title": "^3.0.0",
|
2020-08-08 01:41:42 -06:00
|
|
|
"openpgp": "^4.10.7",
|
2020-08-14 08:23:32 -06:00
|
|
|
"pug": "^3.0.0",
|
2020-08-30 04:21:45 -06:00
|
|
|
"qrcode": "^1.4.4",
|
2020-08-14 08:23:32 -06:00
|
|
|
"string-replace-middleware": "^1.0.2"
|
2020-08-07 04:50:00 -06:00
|
|
|
},
|
2020-07-30 03:34:58 -06:00
|
|
|
"devDependencies": {
|
|
|
|
"license-check-and-add": "^3.0.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-08-14 14:16:53 -06:00
|
|
|
"start": "node index.js",
|
|
|
|
"dev": "NODE_ENV=development node index.js",
|
2020-07-30 04:05:11 -06:00
|
|
|
"license:check": "./node_modules/license-check-and-add/dist/src/cli.js check",
|
|
|
|
"license:add": "./node_modules/license-check-and-add/dist/src/cli.js add",
|
2020-07-30 16:34:32 -06:00
|
|
|
"license:remove": "./node_modules/license-check-and-add/dist/src/cli.js remove",
|
2020-07-30 03:34:58 -06:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@codeberg.org:keyoxide/web.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"pgp",
|
|
|
|
"gpg",
|
|
|
|
"openpgp",
|
|
|
|
"encryption",
|
|
|
|
"decentralized",
|
|
|
|
"identity"
|
|
|
|
],
|
2020-08-07 04:50:00 -06:00
|
|
|
"author": "Yarmo Mackenbach <yarmo@yarmo.eu> (https://yarmo.eu)",
|
2020-07-30 03:34:58 -06:00
|
|
|
"license": "AGPL-3.0-or-later"
|
|
|
|
}
|