-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 978 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@passmarked/spellcheck",
"version": "1.0.15",
"description": "Rules related to checking for spelling mistakes on a page",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:passmarked/spellcheck.git"
},
"author": "Passmarked <[email protected]>",
"keywords": [
"passmarked",
"spellcheck",
"hunspell",
"aspell",
"myspell",
"spelling",
"rules",
"tests",
"pagespeed",
"content",
"performance",
"security",
"compatibility",
"standards"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.18.0",
"cld": "^2.4.6",
"natural": "^0.2.1",
"passmarked": "*",
"request": "^2.74.0",
"string": "^3.0.0",
"underscore": "^1.8.3",
"when": "^3.6.3",
"yslow": "^3.1.0"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
}
}