wallet-core/node_modules/irregular-plurals/package.json

40 lines
698 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "irregular-plurals",
"version": "1.2.0",
"description": "Map of nouns to their irregular plural form",
"license": "MIT",
"repository": "sindresorhus/irregular-plurals",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2016-11-03 01:33:53 +01:00
"main": "irregular-plurals.json",
2016-10-10 03:43:44 +02:00
"engines": {
"node": ">=0.10.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "xo && ava"
},
2016-10-10 03:43:44 +02:00
"files": [
"irregular-plurals.json"
],
"keywords": [
"word",
"words",
"list",
"map",
"hash",
"json",
"irregular",
"plural",
"plurals",
"noun",
"nouns"
],
2016-11-03 01:33:53 +01:00
"devDependencies": {
"ava": "*",
"xo": "*"
}
2016-10-10 03:43:44 +02:00
}