-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1005 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/seo",
"version": "1.0.9",
"description": "Rules related to checking for any SEO issues on the page given",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=testing mocha"
},
"author": "Passmarked <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:passmarked/seo.git"
},
"keywords": [
"html",
"passmarked",
"passmark",
"security",
"standards",
"test",
"suite",
"seo",
"robots",
"robots.txt"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^2.6.0",
"blocked": "^1.2.1",
"cheerio": "^1.0.0-rc.2",
"diff": "^3.4.0",
"html": "1.0.0",
"passmarked": "*",
"request": "^2.83.0",
"robots": "^0.10.1",
"robots-parser": "^1.0.1",
"string": "^3.3.3",
"tldjs": "^2.2.0",
"ua-parser-js": "^0.7.17",
"underscore": "^1.8.3",
"winston": "^2.4.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}