UNPKG

roll-dice

Version:
34 lines (33 loc) 686 B
{ "name": "roll-dice", "version": "0.2.1", "description": "A dice rolling engine.", "main": "src/dice-roller.js", "scripts": { "test": "mocha ./tests", "sample": "node ./sample.js", "prepublish": "npm test", "preversion": "npm test" }, "author": "Robert Dennis <rdennis.dev@gmail.com>", "repository": { "type": "git", "url": "https://github.com/rdennis/roll-dice.git" }, "license": "MIT", "tonicExampleFilename": "example.js", "devDependencies": { "chai": "^3.5.0", "colors": "^1.1.2", "mocha": "^3.2.0" }, "dependencies": {}, "keywords": [ "dice", "roll", "rpg", "random", "chance", "d20" ] }