36 lines
794 B
JSON
36 lines
794 B
JSON
|
{
|
||
|
"name": "encryptme",
|
||
|
"version": "0.4.1",
|
||
|
"description": "Simple online cryptography app.",
|
||
|
"main": "scripts/interface.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/dogeystamp/encryptme.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"website",
|
||
|
"cryptography",
|
||
|
"encryption",
|
||
|
"aes",
|
||
|
"webapp",
|
||
|
"aes-256",
|
||
|
"aes-gcm",
|
||
|
"decryption",
|
||
|
"encryption-decryption",
|
||
|
"cryptography-tools",
|
||
|
"cryptography-utilities"
|
||
|
],
|
||
|
"author": "dogeystamp",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/dogeystamp/encryptme/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/dogeystamp/encryptme#readme",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8.33.0"
|
||
|
}
|
||
|
}
|