-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 982 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": "auth0-braintree-payment",
"version": "1.0.0",
"description": "A simple demo app that integrates auth0 and braintree, so that you easiely can get a user to login and pay",
"main": "index.js",
"scripts": {
"start": "babel-node index.js"
},
"tags": [
"auth0",
"braintree",
"payment",
"authentication"
],
"author": "Sindre Øye Svendby",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.5.1",
"babel-runtime": "^6.5.0",
"body-parser": "^1.15.0",
"braintree": "^1.35.0",
"cookie-parser": "^1.4.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"passport": "^0.3.2",
"passport-auth0": "^0.5.1",
"superagent": "^1.7.2",
"superagent-auth-bearer": "0.0.1",
"babel-plugin-transform-es2015-classes": "^6.5.2",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0"
}
}