1
0
mirror of https://github.com/S2-/securerandomstring.git synced 2025-08-02 10:20:05 +02:00
Files
securerandomstring/package.json

25 lines
567 B
JSON

{
"name": "securerandomstring",
"version": "0.0.2",
"description": "Generates a secure random string with a given length",
"main": "lib/securerandomstring.js",
"scripts": {
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/S2-/securerandomstring.git"
},
"keywords": [
"secure",
"random",
"string"
],
"author": "Simon Santoro",
"license": "MIT",
"bugs": {
"url": "https://github.com/S2-/securerandomstring/issues"
},
"homepage": "https://github.com/S2-/securerandomstring"
}