Randomizer/package.json

45 lines
992 B
JSON

{
"name": "randomizer",
"version": "0.0.1",
"description": "A Random string encryptor w.r.t timestamp",
"main": "index.js",
"scripts": {
"hello": "echo hello world !!",
"test": "node ./test/sandbox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bravo68web/randomizer.git"
},
"keywords": [
"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",
"extends-string": "^1.0.0",
"hash-wasm": "^4.8.0",
"jose": "^3.14.0",
"randomstring": "^1.2.1",
"string-crypto": "^2.0.1",
"tape": "^5.2.2"
},
"devDependencies": {
"grunt": "^1.4.1",
"webpack": "^5.44.0"
}
}