-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.31 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
{
"name": "sitecues-nest",
"version": "0.0.0",
"description": "Serve the builds of a project.",
"homepage": "https://github.com/sitecues/sitecues-nest",
"main": "index.js",
"author": {
"name": "Seth Holladay",
"url": "http://seth-holladay.com",
"email": "me@seth-holladay.com"
},
"scripts": {
"test": "xo"
},
"repository": {
"type": "git",
"url": "git@github.com:sitecues/sitecues-nest.git"
},
"bugs": {
"url": "https://github.com/sitecues/sitecues-nest/issues",
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=6"
},
"license": "SEE LICENSE IN LICENSE",
"bin": {
"nest": "bin/nest.js"
},
"directories": {
"bin": "./bin"
},
"files": [
"index.js",
"lib",
"bin"
],
"dependencies": {
"boom": "^4.2.0",
"chalk": "^1.1.3",
"error-subclass": "^2.0.4",
"find-up": "^2.0.0",
"handle-quit": "^0.1.0",
"hapi": "^15.0.3",
"inert": "^4.0.2",
"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": [
"dev",
"devel",
"development",
"test",
"site",
"testsite",
"server"
],
"xo": {
"extend": "tidy"
}
}