mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 18:30:04 +02:00
26 lines
630 B
JSON
26 lines
630 B
JSON
{
|
|
"name": "secure-random-string",
|
|
"version": "0.1.0",
|
|
"description": "Generates a secure random string with a given length",
|
|
"main": "lib/secure-random-string.js",
|
|
"scripts": {
|
|
"test": "node tests.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/S2-/securerandomstring.git"
|
|
},
|
|
"keywords": [
|
|
"secure",
|
|
"random",
|
|
"string"
|
|
],
|
|
"author": "Simon Santoro",
|
|
"contributors": ["Mark Stosberg <mark@rideamigos.com>"],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/S2-/securerandomstring/issues"
|
|
},
|
|
"homepage": "https://github.com/S2-/securerandomstring"
|
|
}
|