slot-machine
Version:
A slot machine.
22 lines (21 loc) • 566 B
JSON
{
"name": "slot-machine",
"version": "2.1.0",
"description": "A slot machine.",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"keywords": ["slot machine", "slots", "gambling", "rng"],
"author": "1Computer",
"license": "MIT",
"devDependencies": {
"eslint": "^3.18.0"
},
"repository": {
"type": "git",
"url": "https://github.com/1Computer1/slot-machine.git"
},
"bugs": {
"url": "https://github.com/1Computer1/slot-machine/issues"
},
"homepage": "https://github.com/1Computer1/slot-machine"
}