mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update package.json
This commit is contained in:
parent
1e61abd248
commit
4af58b1ba4
1 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,11 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
"description": "A modern, secure and privacy-friendly platform to establish your decentralized online identity",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
|
"express": "^4.17.1",
|
||||||
|
"jstransformer-markdown-it": "^2.1.0",
|
||||||
|
"pug": "^3.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"license-check-and-add": "^3.0.4"
|
"license-check-and-add": "^3.0.4"
|
||||||
},
|
},
|
||||||
|
@ -25,6 +29,6 @@
|
||||||
"decentralized",
|
"decentralized",
|
||||||
"identity"
|
"identity"
|
||||||
],
|
],
|
||||||
"author": "Yarmo Mackenbach <yarmo@yarmo.eu>",
|
"author": "Yarmo Mackenbach <yarmo@yarmo.eu> (https://yarmo.eu)",
|
||||||
"license": "AGPL-3.0-or-later"
|
"license": "AGPL-3.0-or-later"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue