forked from foiseworth/external-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 858 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
{
"name": "external-link",
"version": "1.0.0",
"description": "Check whether a link dom node links to an 'external' website.",
"main": "index.js",
"scripts": {
"test": "mocha",
"travis": "istanbul cover _mocha --"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foiseworth/external-link.git"
},
"keywords": [
"link",
"href",
"external",
"internal",
"blank",
"target",
"a"
],
"author": "Andrew Herrington",
"license": "MIT",
"bugs": {
"url": "https://github.com/foiseworth/external-link/issues"
},
"homepage": "https://github.com/foiseworth/external-link#readme",
"devDependencies": {
"coveralls": "^2.11.3",
"eslint": "^0.24.1",
"extend": "^3.0.0",
"istanbul": "^0.3.17",
"jsdom": "^3.1.2",
"mocha": "^2.2.5"
},
"dependencies": {}
}