2020-07-30 03:34:58 -06:00
|
|
|
{
|
|
|
|
"name": "keyoxide-web",
|
2021-03-09 04:36:08 -07:00
|
|
|
"version": "2.5.0",
|
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-12-10 09:54:12 -07:00
|
|
|
"bent": "^7.3.12",
|
2021-05-03 09:09:10 -06:00
|
|
|
"body-parser": "^1.19.0",
|
2021-03-29 12:33:23 -06:00
|
|
|
"dialog-polyfill": "^0.5.6",
|
2021-05-02 04:49:03 -06:00
|
|
|
"doipjs": "^0.12.4",
|
2020-08-08 13:35:53 -06:00
|
|
|
"dotenv": "^8.2.0",
|
2020-08-07 04:50:00 -06:00
|
|
|
"express": "^4.17.1",
|
2020-12-10 09:54:12 -07:00
|
|
|
"express-validator": "^6.8.0",
|
2021-05-02 04:49:03 -06:00
|
|
|
"got": "^11.8.2",
|
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-12-10 09:54:12 -07:00
|
|
|
"openpgp": "^4.10.9",
|
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": {
|
2021-01-19 14:30:04 -07:00
|
|
|
"license-check-and-add": "^3.0.4",
|
|
|
|
"nodemon": "^2.0.7"
|
2020-07-30 03:34:58 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-01-19 14:30:04 -07:00
|
|
|
"start": "node ./",
|
2021-05-02 04:49:03 -06:00
|
|
|
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon --config nodemon.json ./",
|
|
|
|
"license:check": "./node_modules/.bin/license-check-and-add check",
|
|
|
|
"license:add": "./node_modules/.bin/license-check-and-add add",
|
|
|
|
"license:remove": "./node_modules/.bin/license-check-and-add remove"
|
2020-07-30 03:34:58 -06:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|