random-shout
Version:
Useless module for random shouting
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "random-shout",
"version": "3.0.0",
"description": "Useless module for random shouting",
"main": "index.js",
"type": "module",
"engines": {
"node": ">=16.15.1"
},
"dependencies": {
"crypto-shuffle": "1.0.1"
},
"devDependencies": {
"ava": "4.3.0",
"nyc": "15.1.0",
"standard": "17.0.0"
},
"scripts": {
"test": "standard && npm audit && ava",
"test-offline": "standard && ava",
"coverage": "nyc ava",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm install"
},
"keywords": [
"shout",
"random",
"useless"
],
"author": {
"name": "Geir Gåsodden",
"email": "geir.gasodden@pythonia.no",
"url": "https://github.com/zrrrzzt"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/zrrrzzt/random-shout.git"
},
"bugs": {
"url": "https://github.com/zrrrzzt/random-shout/issues"
},
"homepage": "https://github.com/zrrrzzt/random-shout#readme",
"files": [
"index.js"
]
}