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

25 lines
562 B
JSON

{
"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"
}