-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.48 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
67
68
69
70
71
72
73
74
{
"name": "sitecues-try-it",
"version": "0.0.0",
"description": "Simulate Sitecues on your website.",
"homepage": "https://github.com/sitecues/sitecues-try-it",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "http://seth-holladay.com",
"email": "[email protected]"
},
"bin": {
"try-it": "try-it.js"
},
"scripts": {
"start": "node ./bin/try-it.js",
"test": "xo"
},
"repository": {
"type": "git",
"url": "[email protected]:sitecues/sitecues-try-it.git"
},
"bugs": {
"url": "https://github.com/sitecues/sitecues-try-it/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=6"
},
"private": true,
"license": "SEE LICENSE IN LICENSE",
"files": [
"index.js",
"lib",
"bin"
],
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"dependencies": {
"boom": "^4.2.0",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"h2o2": "^5.4.0",
"handle-quit": "^0.1.0",
"hapi": "^16.0.0",
"hapi-hi": "^0.1.0",
"meow": "^3.7.0",
"opn": "^4.0.2",
"port-type": "^0.2.1",
"prepend-http": "^1.0.4",
"root-check": "^1.0.0",
"throw-rejects": "^0.1.3",
"trumpet": "^1.7.2",
"url-type": "^0.1.2",
"wreck": "^10.0.0"
},
"devDependencies": {
"eslint-config-tidy": "^0.4.0",
"xo": "^0.17.0"
},
"keywords": [
"sitecues",
"reverse",
"proxy",
"binary",
"cli",
"service"
],
"xo": {
"extend": "tidy"
}
}