Randomizer/package.json

40 lines
893 B
JSON

{
"name": "encrypted-randomizer",
"version": "1.0.3",
"description": "A Random string encryptor w.r.t. Timestamps to add Security to your Web Application",
"main": "index.js",
"scripts": {
"test": "node ./test/sandbox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bravo68web/randomizer.git"
},
"keywords": [
"randomizer",
"encrypted-randomizer",
"encryptor",
"encrypt",
"decrypt",
"timestamp",
"secure",
"http-headers"
],
"author": "BRAVO68WEB",
"license": "MIT",
"bugs": {
"url": "https://github.com/bravo68web/randomizer/issues"
},
"homepage": "https://github.com/bravo68web/randomizer#readme",
"dependencies": {
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"cryptr": "^6.0.2",
"tape": "^5.2.2"
},
"devDependencies": {
"grunt": "^1.4.1",
"webpack": "^5.44.0"
}
}