secret-santa-js
Version:
Terminal tool for randomly assigning hashed names to each other.
18 lines • 380 B
JSON
{
"name": "secret-santa-js",
"version": "1.0.4",
"description": "Terminal tool for randomly assigning hashed names to each other.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"secret-santa-js": "./index.js"
},
"keywords": [
"Secret",
"Santa"
],
"author": "Min Nam",
"license": "ISC"
}