forked from OpenBankProject/Hello-OBP-OAuth1.0a-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 861 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
{
"name": "Hello-OBP-OAuth1.0a-Node",
"version": "1.0.0",
"description": "Examples to illustrate creating / using an OAuth connection to the Open Bank Project API",
"main": "oauth.js",
"dependencies": {
"cookie-parser": "^1.3.3",
"express": "^4.11.1",
"express-session": "^1.10.1",
"oauth": "^0.9.12",
"pug": "~2.0.0-beta6",
"morgan": "^1.7.0",
"body-parser": "^1.15.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Node.git"
},
"author": "TESOBE Ltd",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Node/issues"
},
"homepage": "https://github.com/OpenBankProject/Hello-OBP-OAuth1.0a-Node"
}