-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1017 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1017 Bytes
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": "fgi-scraper",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leejustin/FGI-Tracker.git"
},
"cloud-repo-tools": {
"test": {
"app": {
"requiredEnvVars": [
"mongoHost",
"mongoPort",
"mongoUser",
"mongoPassword"
],
"msg": "IPs:\n::1;",
"args": [
"index.js"
]
}
}
},
"author": "Justin Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/leejustin/FGI-Tracker/issues"
},
"homepage": "https://github.com/leejustin/FGI-Tracker#readme",
"dependencies": {
"@google-cloud/datastore": "^1.3.3",
"cheerio": "^1.0.0-rc.2",
"mongoose": "^4.13.8",
"nconf": "^0.8.5",
"node-schedule": "^1.2.5",
"request": "^2.83.0",
"restify": "^6.3.4",
"restify-plugins": "^1.6.0"
}
}