{
  "name": "roman-numeral-to-decimal",
  "version": "1.0.1",
  "description": "A module that converts a string of Roman numerals into its decimal equivalent",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "Roman",
    "numerals",
    "convert"
  ],
  "author": "Alexander Miranda <alexandermichaelmiranda@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^4.0.1"
  }
}
