forked from IceCreamYou/SymSpell
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 796 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
{
"name": "symspell",
"version": "0.6.1",
"description": "A JavaScript implementation of the Symmetric Delete spelling correction algorithm.",
"homepage": "https://github.com/dongyuwei/SymSpell",
"main": "symspell.js",
"repository": {
"type": "git",
"url": "git@github.com:dongyuwei/SymSpell.git"
},
"keywords": [
"symmetric",
"delete",
"spelling",
"correction",
"dictionary"
],
"author": "Isaac Sukin (http://www.isaacsukin.com/)",
"contributors" : [{
"name" : "Dong Yuwei",
"email" : "newdongyuwei@gmail.com"
}],
"license": "LGPL-3.0",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-jscs-checker": "~0.3.2"
}
}