UNPKG

conversor-algarismos

Version:

Converte números arábicos em romanos e vice-versa.

34 lines (33 loc) 757 B
{ "name": "conversor-algarismos", "version": "1.0.0", "description": "Converte números arábicos em romanos e vice-versa.", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "intToRoman()" }, "repository": { "type": "git", "url": "git+https://github.com/CamilaBueno/Conversor-Algarismos.git" }, "keywords": [ "números", "romanos", "arábicos" ], "author": "Camila Bueno", "license": "ISC", "bugs": { "url": "https://github.com/CamilaBueno/Conversor-Algarismos/issues" }, "homepage": "https://github.com/CamilaBueno/Conversor-Algarismos#readme", "dependencies": { "assert": "^1.4.1", "eslint": "^5.5.0", "mocha": "^5.2.0", "nyc": "^13.0.1" } }