-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "metalsmith-linkcheck",
"version": "0.3.4",
"description": "Metalsmith plugin for checking links",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/gchallen/code.metalsmith-linkcheck/issues"
},
"homepage": "https://github.com/gchallen/code.metalsmith-linkcheck",
"repository": {
"type": "git",
"url": "[email protected]:gchallen/code.metalsmith-linkcheck.git"
},
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 4000 --timeout 10000"
},
"keywords": [
"metalsmith"
],
"author": {
"name": "Geoffrey Challen",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"cheerio": "^1.0.0-rc.2",
"debug": "^3.1.0",
"dev-null": "^0.1.1",
"fs": "0.0.2",
"jsonfile": "^4.0.0",
"request": "^2.88.0",
"resolve-pathname": "^2.2.0",
"underscore": "^1.9.1",
"validator": "^10.7.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"metalsmith": "^2.3.0",
"mocha": "^5.2.0",
"power-assert": "^1.6.0"
}
}