39 lines
616 B
JSON
39 lines
616 B
JSON
{
|
|
"name": "irregular-plurals",
|
|
"version": "2.0.0",
|
|
"description": "Map of nouns to their irregular plural form",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/irregular-plurals",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"irregular-plurals.json"
|
|
],
|
|
"keywords": [
|
|
"word",
|
|
"words",
|
|
"list",
|
|
"map",
|
|
"hash",
|
|
"json",
|
|
"irregular",
|
|
"plural",
|
|
"plurals",
|
|
"noun",
|
|
"nouns"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
}
|
|
}
|