italian-verbs-dict
Version:
Italian verbs dictionnary, based on morph-it
24 lines (23 loc) • 592 B
JSON
{
"name": "italian-verbs-dict",
"version": "3.4.0",
"description": "Italian verbs dictionnary, based on morph-it",
"main": "dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"test": "nyc --reporter=lcov --reporter=text mocha",
"build": "tsc && gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/RosaeNLG/rosaenlg.git"
},
"keywords": [
"verbs",
"Italian",
"morph-it"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
"license": "Apache-2.0",
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}