Randomizer/package.json

40 lines
893 B
JSON
Raw Normal View History

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