forked from w3c/node-linkchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 862 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
{
"name": "node-linkchecker",
"version": "0.0.3",
"license": "MIT",
"description": "Find broken links and broken fragments",
"author": "Denis Ah-Kang <denis@w3.org>",
"keywords": [
"w3c",
"broken-links"
],
"main": "lib/node-linkchecker",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/w3c/node-linkchecker.git"
},
"bugs": {
"url": "https://github.com/w3c/node-linkchecker/issues"
},
"dependencies": {
"chalk": "^1.1.1",
"promise": "^7.1.1",
"resolve-url": "^0.2.1",
"superagent": "^1.7.2",
"whacko": "^0.19.1"
},
"devDependencies": {
"chai": "3.5",
"mocha": "2.3",
"express": "4.13"
},
"homepage": "https://github.com/w3c/node-linkchecker#readme",
"scripts": {
"test": "mocha -c -G"
},
"engines": {
"node": ">=4.1.2",
"npm": ">=3.3.6"
}
}