48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "encryptme",
|
|
"version": "0.5.1",
|
|
"description": "Simple online cryptography app.",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --config webpack.prod.js",
|
|
"lint": "eslint --ext .js,.jsx src *.js",
|
|
"start": "webpack serve --open --config webpack.dev.js"
|
|
},
|
|
"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": {
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^4.2.2",
|
|
"eslint": "^8.33.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"style-loader": "^3.3.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"webpack-merge": "^5.8.0"
|
|
}
|
|
}
|