english-plurals-list
Version:
English irregular plurals list, based on WordNet
25 lines (24 loc) • 612 B
JSON
{
"name": "english-plurals-list",
"version": "3.4.0",
"description": "English irregular plurals list, based on WordNet",
"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",
"English",
"plurals",
"WordNet"
],
"author": "Ludan Stoecklé <ludan.stoeckle@rosaenlg.org>",
"license": "Apache-2.0",
"gitHead": "745dc50c54690936fba332ca465308c607053e46"
}