mirror of
https://github.com/S2-/securerandomstring.git
synced 2025-08-02 18:30:04 +02:00
initial commit
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "securerandomstring",
|
||||
"version": "0.0.1",
|
||||
"description": "Generates a secure random string with a given length",
|
||||
"main": "lib/securerandomstring.js",
|
||||
"scripts": {
|
||||
"test": "tests.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/S2-/securerandomstring.git"
|
||||
},
|
||||
"keywords": [
|
||||
"secure",
|
||||
"random",
|
||||
"string"
|
||||
],
|
||||
"author": "Simon Santoro",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/S2-/securerandomstring/issues"
|
||||
},
|
||||
"homepage": "https://github.com/S2-/securerandomstring"
|
||||
}
|
Reference in New Issue
Block a user