UNPKG

612 BJSONView Raw
1{
2 "name": "randomstring",
3 "version": "1.3.0",
4 "author": "Elias Klughammer <elias@klughammer.com> (http://www.klughammer.com)",
5 "description": "A module for generating random strings",
6 "homepage": "https://github.com/klughammer/node-randomstring",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/klughammer/node-randomstring.git"
10 },
11 "main": "./index",
12 "engines": {
13 "node": "*"
14 },
15 "dependencies": {
16 "randombytes": "2.0.3"
17 },
18 "devDependencies": {
19 "mocha": "^10.0.0"
20 },
21 "license": "MIT",
22 "scripts": {
23 "test": "mocha"
24 },
25 "bin": "bin/randomstring"
26}