alvarocastro/roll

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@alvarocastro/roll",
  "version": "0.0.0-development",
  "description": "Library to parse and roll dices from an AdX dice notation string.",
  "main": "index.js",
  "scripts": {
    "test": "xo && nyc ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvarocastro/roll.git"
  },
  "author": "Alvaro Castro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alvarocastro/roll/issues"
  },
  "homepage": "https://github.com/alvarocastro/roll#readme",
  "devDependencies": {
    "ava": "3.15.0",
    "coveralls": "3.1.0",
    "nyc": "15.1.0",
    "semantic-release": "^17.1.2",
    "xo": "0.39.1"
  },
  "dependencies": {
    "@alvarocastro/round": "^1.0.0",
    "math-expression-evaluator": "^1.2.22"
  }
}