-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 935 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 935 Bytes
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
{
"name": "get-google-crawl-errors",
"description": "A JavaScript library that allows you to get a list of urls and their error codes from the Google's webmasters crawl errors tool.",
"version": "1.0.2",
"main": "src/index.js",
"author": {
"name": "James Bechet",
"email": "jamesbechet@gmail.com",
"url": "http://jamesbechet.com/"
},
"bugs": {
"url": "https://github.com/jamesbechet/get-google-crawl-errors/issues"
},
"dependencies": {},
"devDependencies": {
"jest": "^21.2.1"
},
"keywords": [
"get google crawl errors",
"get google errors",
"google crawl errors",
"google crawl",
"google errors",
"google tool",
"google webmasters tool",
"google webmasters",
"webmasters tool"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jamesbechet/get-google-crawl-errors.git"
},
"scripts": {
"test": "jest"
}
}