generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 3.66 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "v30-geckos-team-03",
"version": "1.0.0",
"description": "",
"engines":{"npm": "6.14.10",
"node": "14.15.4"},
"main": "server.js",
"dependencies": {
"accepts": "^1.3.7",
"ajv": "^6.12.6",
"array-flatten": "^1.1.1",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.11.0",
"bcrypt-pbkdf": "^1.0.2",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bytes": "^3.1.0",
"caseless": "^0.12.0",
"chownr": "^1.1.4",
"combined-stream": "^1.0.8",
"content-disposition": "^0.5.3",
"content-type": "^1.0.4",
"cookie": "^0.4.0",
"cookie-signature": "^1.0.6",
"core-util-is": "^1.0.2",
"cors": "^2.8.5",
"dashdash": "^1.14.1",
"debug": "^2.6.9",
"delayed-stream": "^1.0.0",
"depd": "^1.1.2",
"destroy": "^1.0.4",
"dotenv": "^10.0.0",
"ecc-jsbn": "^0.1.2",
"ee-first": "^1.1.1",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.17.1",
"extend": "^3.0.2",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"finalhandler": "^1.1.2",
"forever-agent": "^0.6.1",
"form-data": "^2.3.3",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"fs-minipass": "^1.2.7",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.1.5",
"http-errors": "^1.7.2",
"http-signature": "^1.2.0",
"iconv-lite": "^0.4.24",
"inherits": "^2.0.3",
"ipaddr.js": "^1.9.1",
"is-typedarray": "^1.0.0",
"isstream": "^0.1.2",
"jsbn": "^0.1.1",
"json-schema": "^0.2.3",
"json-schema-traverse": "^0.4.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^1.4.1",
"lodash": "^4.17.21",
"mailchimp-api-v3": "^1.15.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.6.0",
"mime-db": "^1.48.0",
"mime-types": "^2.1.31",
"minimist": "^1.2.5",
"minipass": "^2.9.0",
"minizlib": "^1.3.3",
"mkdirp": "^0.5.5",
"mongoose": "^5.12.13",
"ms": "^2.0.0",
"negotiator": "^0.6.2",
"oauth-sign": "^0.9.0",
"on-finished": "^2.3.0",
"parseurl": "^1.3.3",
"path-to-regexp": "^0.1.7",
"performance-now": "^2.1.0",
"proxy-addr": "^2.0.7",
"psl": "^1.8.0",
"punycode": "^2.1.1",
"qs": "^6.7.0",
"range-parser": "^1.2.1",
"raw-body": "^2.4.0",
"request": "^2.88.2",
"safe-buffer": "^5.1.2",
"safer-buffer": "^2.1.2",
"send": "^0.17.1",
"serve-static": "^1.14.1",
"setprototypeof": "^1.1.1",
"sshpk": "^1.16.1",
"statuses": "^1.5.0",
"tar": "^4.4.13",
"toidentifier": "^1.0.0",
"tough-cookie": "^2.5.0",
"tunnel-agent": "^0.6.0",
"tweetnacl": "^0.14.5",
"type-is": "^1.6.18",
"unpipe": "^1.0.0",
"uri-js": "^4.4.1",
"utils-merge": "^1.0.1",
"uuid": "^3.4.0",
"vary": "^1.1.2",
"verror": "^1.10.0",
"yallist": "^3.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd space-project && npm run build",
"install-space":"cd space-project && npm install",
"start": "node server.js",
"heroku-postbuild": "npm run install-space && npm run build",
"space-project": "cd space-project && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyages/v30-geckos-team-03.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-voyages/v30-geckos-team-03/issues"
},
"homepage": "https://github.com/chingu-voyages/v30-geckos-team-03#readme"
}