forked from badsyntax/jquery-spellchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@nthachus/jquery-spellchecker",
"title": "jQuery Spellchecker",
"description": "A jquery spellchecker plugin",
"version": "0.3.1",
"homepage": "https://github.com/badsyntax/jquery-spellchecker",
"author": {
"name": "Richard Willis",
"email": "[email protected]",
"url": "http://badsyntax.co"
},
"contributors": [
{
"name": "Thach Nguyen",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/nthachus/jquery-spellchecker.git"
},
"bugs": {
"url": "https://github.com/nthachus/jquery-spellchecker/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt jasmine"
},
"dependencies": {
"jquery": "1.*",
"findandreplacedomtext": "~0.4.4"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-copy": "~0.3.2",
"grunt-contrib-mincss": "0.3.1",
"grunt-jasmine-runner": "~0.6.0"
},
"keywords": [
"spellcheck",
"spellchecker",
"jquery spellcheck",
"jquery spellchecker",
"spellcheck plugin",
"spellchecker plugin"
]
}