forked from stripe/stripe-connect-custom-rocketdeliveries
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 Bytes
/
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
{
"name": "stripe-connect-rocketrides",
"description": "A sample on-demand platform running on top of Stripe Connect.",
"version": "0.0.1",
"private": true,
"author": "Romain Huet",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stripe/stripe-connect-rocketrides.git"
},
"engines": {
"node": "10.x"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-flash": "0.0.2",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"stripe": "^7.8.0"
}
}