forked from cubehouse/themeparks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "themeparks",
"description": "Get Theme Park Wait Times and Opening Times",
"version": "5.1.37",
"homepage": "https://github.com/cubehouse/themeparks",
"bugs": "https://github.com/cubehouse/themeparks/issues",
"author": {
"name": "Jamie Holding",
"email": "[email protected]"
},
"contributors": [
{
"name": "Jamie Holding",
"email": "[email protected]"
}
],
"keywords": [
"themeparks",
"waittimes",
"queues",
"disney",
"universal"
],
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"cookie": "^0.3.1",
"moment": "^2.20.1",
"moment-timezone": "^0.5.14",
"needle": "^2.1.0",
"random-useragent": "^0.3.1",
"socks-proxy-agent": "^3.0.1",
"sqlite3": "^4.0.8",
"uuid": "^3.1.0",
"xml2js": "^0.4.19",
"yauzl": "^2.10.0"
},
"engines": {
"npm": ">=5",
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git://github.com/cubehouse/themeparks.git"
},
"scripts": {
"test": "./node_modules/.bin/eslint ./lib/** && node_modules/.bin/mocha lib/test.js",
"testonline": "node_modules/.bin/mocha --exit lib/testonline.js",
"travislocal": "node_modules/.bin/trevor",
"docs": "node dev/UpdateREADME.js && node_modules/.bin/jsdoc -c docs.conf.json -R README.md -t node_modules/ink-docstrap/template -r -d docs",
"lint": "./node_modules/.bin/eslint ./lib/**"
},
"main": "./lib/index.js",
"readmeFilename": "README.md",
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.3",
"mocha": "^7.1.1",
"restify": "^8.4.0",
"trevor": "^2.3.0",
"tz-lookup": "^6.1.3"
}
}