You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
698 B
39 lines
698 B
{ |
|
"name": "irregular-plurals", |
|
"version": "1.4.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" |
|
}, |
|
"main": "irregular-plurals.json", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"irregular-plurals.json" |
|
], |
|
"keywords": [ |
|
"word", |
|
"words", |
|
"list", |
|
"map", |
|
"hash", |
|
"json", |
|
"irregular", |
|
"plural", |
|
"plurals", |
|
"noun", |
|
"nouns" |
|
], |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "*" |
|
} |
|
}
|
|
|