emacs/dictionaries/en-AU/package.json

34 lines
816 B
JSON

{
"name": "dictionary-en-au",
"version": "2.4.0",
"description": "English (Australia) spelling dictionary",
"license": "(MIT AND BSD)",
"keywords": [
"spelling",
"myspell",
"hunspell",
"dictionary",
"en",
"au",
"english",
"australia"
],
"repository": "https://github.com/wooorm/dictionaries/tree/main/dictionaries/en-AU",
"bugs": "https://github.com/wooorm/dictionaries/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"Thomas Beverley <tom.beverley101@gmail.com>"
],
"files": [
"index.js",
"index.aff",
"index.dic",
"index.d.ts"
]
}