A Hubot script that rolls dice
$ npm install git://github.com/bouzuya/hubot-dice.git
or
$ # TAG is the package version you need.
$ npm install 'git://github.com/bouzuya/hubot-dice.git#TAG'
bouzuya> hubot help dice
hubot> hubot <M>d<N> - roll M N-sided dice
bouzuya> hubot 1d1
hubot> 1
bouzuya> hubot 2d6
hubot> 7
bouzuya> hubot 1d100
hubot> 53
npm run