forked from GitbookIO/hunspell-spellchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 1.01 KB
/
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
35
36
37
38
{
"name": "hunspell-spellchecker",
"version": "1.0.2",
"homepage": "https://github.com/GitbookIO/hunspell-spellchecker",
"description": "Parse and use Hunspell dictionaries in Javascript",
"main": "lib/index.js",
"dependencies": {
},
"devDependencies": {
"mocha": "2.2.1",
"gulp": "3.8.11",
"gulp-browserify": "0.5.1",
"gulp-uglify": "1.1.0",
"del": "1.1.1",
"gulp-rename": "1.2.0",
"gulp-inject-string": "0.0.2"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail",
"prepublish": "gulp"
},
"bin": {
"hunspell-tojson": "./bin/hunspell-tojson.js"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/hunspell-spellchecker.git"
},
"keywords": [
"licenses"
],
"author": "GitBook <[email protected]>",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/GitbookIO/hunspell-spellchecker/issues"
}
}