UNPKG

orzo

Version:

A library for random events like dice rolls and random strings.

42 lines (41 loc) 982 B
{ "name": "orzo", "version": "0.4.1", "description": "A library for random events like dice rolls and random strings.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "test": "istanbul cover ./node_modules/mocha/bin/_mocha" }, "repository": { "type": "git", "url": "git+https://github.com/RyenNelsen/orzo.git" }, "keywords": [ "luck", "dice", "uuid", "random", "generator", "generate", "number", "numbers" ], "author": "Ryen Nelsen <ryennelsen@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/RyenNelsen/orzo/issues" }, "homepage": "https://github.com/RyenNelsen/orzo#readme", "devDependencies": { "chai": "^3.4.1", "coveralls": "^2.11.9", "eslint": "^1.10.2", "eslint-config-airbnb": "^1.0.2", "istanbul": "^0.4.3", "mocha": "^2.4.5" } }