-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.79 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.79 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "webspellchecker-api",
"version": "1.0.5",
"description": "WebSpellChecker API is a browser, Node.js client that introduces more convenient way to work with WebSpellChecker Service. It provides methods for spell- and grammar checking on multiple languages, and various methods to work with personal user dictionaries.",
"webapi_path": "./",
"homepage": "https://webspellchecker.net/",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jasmine-node tests",
"build": "npm install --loglevel=silent && grunt"
},
"author": "Webspellchecker.net",
"license": "MIT",
"dependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-replace": "^1.0.1",
"jasmine-node": "^1.14.5",
"simple-replace-template": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/WebSpellChecker/webspellchecker-proofread-api-jsclient"
},
"keywords": [
"Spellcheck",
"Spell-check",
"Spell check",
"Check spelling",
"Grammarcheck",
"grammar-check",
"grammar check ",
"Spelling",
"Proofreading",
"Spellcheck API",
"Grammarcheck API",
"JavaScript API",
"Multilanguage spellcheck",
"Multilanguage",
"grammarcheck",
"American English",
"Canadian English",
"British English",
"Danish",
"Dutch",
"Canadian French",
"Finnish",
"French",
"German",
"Greek",
"Italian",
"Portuguese",
"Brazilian Portuguese",
"Norwegian Bokmal",
"Spanish",
"Swedish"
],
"devDependencies": {
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-jsdoc": "^2.2.1",
"grunt-string-replace": "^1.3.1",
"postman-jsdoc-theme": "0.0.3"
}
}