-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 873 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
{
"name": "deadlink",
"description": "Find dead URLs and fragment identifiers.",
"keywords": [
"link rot",
"dead link"
],
"version": "1.1.3",
"main": "src/deadlink.js",
"author": "Gajus Kuizinas <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gajus/deadlink"
},
"license": "BSD-3-Clause",
"scrips": {
"test": "gulp test"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"gitdown": "^2.0.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"jshint": "^2.8.0",
"jsonfile": "^2.2.2",
"mocha": "^2.3.3",
"nock": "^2.12.0",
"require-new": "^1.1.0",
"sinon": "^1.17.0"
},
"dependencies": {
"bluebird": "^2.10.1",
"jsdom": "^6.5.1",
"url-regexp": "^1.0.2"
},
"engines": {
"node": ">=4"
}
}