-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.14 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
{
"name": "sitecues-js-server",
"version": "0.0.0",
"description": "Stream our apps from the cloud.",
"homepage": "https://github.com/sitecues/sitecues-js-server",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "http://seth-holladay.com",
"email": "[email protected]"
},
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "[email protected]:sitecues/sitecues-js-server.git"
},
"bugs": {
"url": "https://github.com/sitecues/sitecues-js-server/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=6"
},
"license": "MPL-2.0",
"files": [
"index.js"
],
"dependencies": {
"chalk": "^1.1.3",
"error-subclass": "^2.0.4",
"h2o2": "^5.4.0",
"handle-quit": "^0.1.0",
"hapi": "^15.1.1",
"hapi-hi": "^0.1.0",
"meow": "^3.7.0",
"opn": "^4.0.2",
"port-type": "^0.2.0",
"root-check": "^1.0.0",
"throw-rejects": "^0.1.3"
},
"devDependencies": {
"eslint-config-tidy": "^0.4.0",
"xo": "^0.17.0"
},
"keywords": [
"js",
"server",
"cloud",
"proxy"
],
"xo": {
"extend": "tidy"
}
}