forked from wooorm/dictionaries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 872 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dictionary-es-us",
"version": "1.1.0",
"description": "Spanish (or Castilian; United States) spelling dictionary in UTF-8",
"license": "(GPL-3.0 OR LGPL-3.0 OR MPL-1.1)",
"keywords": [
"spelling",
"myspell",
"hunspell",
"dictionary",
"es",
"us",
"spanish",
"castilian",
"united",
"states"
],
"repository": "https://github.com/wooorm/dictionaries/tree/main/dictionaries/es-US",
"bugs": "https://github.com/wooorm/dictionaries/issues",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"Titus Wormer <[email protected]> (https://wooorm.com)",
"Thomas Beverley <[email protected]>"
],
"files": [
"index.js",
"index.aff",
"index.dic"
]
}