es-reverse-conjugator
Version:
A npm package for spanish conjugation by mood, tense and pronoun
27 lines • 677 B
JSON
{
"name": "es-reverse-conjugator",
"version": "0.0.1",
"description": "A npm package for spanish conjugation by mood, tense and pronoun",
"keywords": [
"Spanish",
"Conjugator"
],
"homepage": "https://github.com/Benedict-Carling/spanish-conjugatorjs#readme",
"bugs": {
"url": "https://github.com/Benedict-Carling/spanish-conjugatorjs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Benedict-Carling/spanish-conjugatorjs.git"
},
"license": "MIT",
"author": "Benedict Carling",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^26.4.2"
}
}