UNPKG

droll

Version:

A dice rolling library that uses standard dice notation

39 lines 1.68 kB
{ "name" : "droll", "version" : "0.2.1", "description" : "A dice rolling library that uses standard dice notation", "keywords" : ["die", "dice", "dice notation", "roll", "random", "rpg", "game"], "author" : "Ethan Zimmerman <thebinarypenguin@gmail.com> (http://thebinarypenguin.com)", "repository" : { "type" : "git", "url" : "http://github.com/thebinarypenguin/droll" }, "bugs" : "http://github.com/thebinarypenguin/droll/issues", "licenses" : [ { "type" : "MIT", "url" : "http://raw.github.com/thebinarypenguin/droll/master/LICENSE" } ], "main" : "droll.js", "bin" : { "droll" : "./bin/droll-cli.js" }, "scripts" : { "test" : "grunt --verbose" }, "devDependencies" : { "mocha" : "1.14.x", "should" : "2.1.x", "grunt" : "0.4.x", "grunt-contrib-jshint" : "0.7.x", "grunt-contrib-uglify" : "0.2.x", "grunt-mocha-cli" : "1.4.x", "grunt-bump" : "0.0.x", "grunt-shell" : "0.6.x" }, "engines" : { "node" : ">=0.8.0" }, "private" : false }