-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.54 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
{
"name": "fired-up-stripe",
"version": "1.1.15",
"description": "Stripe processing backend for Fired Up Donations Edit",
"main": "index.js",
"dependencies": {
"base64url": "^2.0.0",
"bluebird": "^2.11.0",
"array-flatten": "^1.1.1",
"accepts": "^1.3.3",
"buffer-equal-constant-time": "^1.0.1",
"content-disposition": "^0.5.2",
"bytes": "^2.4.0",
"body-parser": "^1.17.2",
"content-type": "^1.0.2",
"cors": "^2.8.3",
"cookie-signature": "^1.0.6",
"cookie": "^0.3.1",
"depd": "^1.1.0",
"debug": "^2.6.7",
"destroy": "^1.0.4",
"dotenv": "^4.0.0",
"ecdsa-sig-formatter": "^1.0.9",
"ee-first": "^1.1.1",
"etag": "^1.8.0",
"encodeurl": "^1.0.1",
"express": "^4.15.3",
"finalhandler": "^1.0.3",
"faye-websocket": "^0.9.3",
"escape-html": "^1.0.3",
"firebase-admin": "^5.0.0",
"fresh": "^0.5.0",
"hoek": "^2.16.3",
"forwarded": "^0.1.0",
"http-errors": "^1.6.1",
"ipaddr.js": "^1.3.0",
"inherits": "^2.0.3",
"iconv-lite": "^0.4.15",
"isemail": "^1.2.0",
"jwa": "^1.1.5",
"jsonwebtoken": "^7.1.9",
"joi": "^6.10.1",
"jws": "^3.1.4",
"lodash.once": "^4.1.1",
"media-typer": "^0.3.0",
"lodash.isplainobject": "^4.0.6",
"lodash": "^4.17.4",
"mime": "^1.3.4",
"mime-types": "^2.1.15",
"mime-db": "^1.27.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"moment": "^2.18.1",
"ms": "^2.0.0",
"negotiator": "^0.6.1",
"object-assign": "^4.1.1",
"on-finished": "^2.3.0",
"node-forge": "^0.7.1",
"parseurl": "^1.3.1",
"qs": "^6.4.0",
"proxy-addr": "^1.1.4",
"path-to-regexp": "^0.1.7",
"range-parser": "^1.2.0",
"safe-buffer": "^5.1.1",
"raw-body": "^2.2.0",
"serve-static": "^1.12.3",
"send": "^0.15.3",
"stripe": "^4.23.1",
"statuses": "^1.3.1",
"setprototypeof": "^1.0.3",
"topo": "^1.1.0",
"unpipe": "^1.0.0",
"type-is": "^1.6.15",
"utils-merge": "^1.0.0",
"vary": "^1.1.1",
"xtend": "^4.0.1",
"websocket-driver": "^0.6.5",
"websocket-extensions": "^0.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fired-up/stripe.git"
},
"keywords": [
"stripe",
"donations",
"firebase"
],
"author": "Patronage",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fired-up/stripe/issues"
},
"homepage": "https://github.com/fired-up/stripe#readme"
}