-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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": "shells-link-checker",
"version": "0.1.0",
"description": "Perform a search, find links, ensure those links are active, ensure all of the links on those pages are active. Keep track of these links on a regular basis.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataMineMan/Shell-s-Link-Checker.git"
},
"keywords": [
"node",
"express",
"body-parser",
"mongoose",
"bs-broken-links-checker",
"google",
"kue",
"pug",
"socketio"
],
"author": "Jon Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/DataMineMan/Shell-s-Link-Checker/issues"
},
"homepage": "https://github.com/DataMineMan/Shell-s-Link-Checker#readme",
"dependencies": {
"body-parser": "^1.18.1",
"bs-broken-links-checker": "^0.2.0",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"google": "^2.1.0",
"kue": "^0.11.6",
"mongoose": "^4.11.11",
"pug": "^2.0.0-rc.4",
"socketio": "^1.0.0"
}
}