first commit

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-12 12:12:51 +05:30
commit 7c8e535483
2 changed files with 29 additions and 0 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
console.log("Hello World")

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "randomizer",
"version": "0.0.1",
"description": "A Random string encryptor w.r.t timestamp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bravo68web/randomizer.git"
},
"keywords": [
"randomizer",
"encrptor",
"enctrypt",
"decrypt",
"timestamp",
"secure",
"http-headers"
],
"author": "BRAVO68WEB",
"license": "MIT",
"bugs": {
"url": "https://github.com/bravo68web/randomizer/issues"
},
"homepage": "https://github.com/bravo68web/randomizer#readme"
}