You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
722 B
33 lines
722 B
3 years ago
|
{
|
||
|
"name": "rndm",
|
||
|
"description": "random string generator",
|
||
|
"version": "1.2.0",
|
||
|
"author": {
|
||
|
"name": "Jonathan Ong",
|
||
|
"email": "me@jongleberry.com",
|
||
|
"url": "http://jongleberry.com",
|
||
|
"twitter": "https://twitter.com/jongleberry"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"mocha": "2",
|
||
|
"istanbul": "0"
|
||
|
},
|
||
|
"repository": "crypto-utils/rndm",
|
||
|
"scripts": {
|
||
|
"test": "mocha",
|
||
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
|
||
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"random",
|
||
|
"number",
|
||
|
"generator",
|
||
|
"uid",
|
||
|
"id"
|
||
|
],
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
]
|
||
|
}
|