-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 801 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 801 Bytes
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
{
"name": "stripe-connect-node",
"version": "0.0.1",
"description": "A simple Node.js Stripe Connect example using OAuth 2",
"private": true,
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/floatingLomas/stripe-connect-node.git"
},
"keywords": [
"stripe",
"stripe-connect",
"oauth"
],
"author": "Jonathan Lomas <jonathan@floatinglomas.ca>",
"bugs": {
"url": "https://github.com/floatingLomas/stripe-connect-node/issues"
},
"homepage": "https://github.com/floatingLomas/stripe-connect-node",
"dependencies": {
"client-oauth2": "^2.2.0",
"express": "^4.14.0",
"pug": "^2.0.0-beta6",
"stripe": "^4.10.0"
},
"devDependencies": {}
}