Convert roman numerals to decimal integers
npm install crockpot-fromRoman> Converts roman numerals to decimal integers. See the main crockpot library for a full set of conversions.
```
$ npm install --save crockpot-fromRoman
``
$ npm install -g gulp
$ npm install -g mocha
To run tests on file changes:
``
$ gulp test
Alternatively you can run individual tests:
``
$ mocha specs/**
`js
var romanNumerToDecimal = require('crockpot-fromRoman')
decimalToRoman'IV')
// 4
``