forked from blackbaud/sky-api-tutorial-auth-code-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 835 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
{
"name": "sky-api-auth-tutorial",
"version": "0.0.1",
"description": "The code that supports the tutorial for Blackbaud SKY API auth code flow scenario.",
"main": "index.js",
"scripts": {
"build": "grunt build",
"start": "node ./bin/start.js"
},
"author": "Blackbaud-TripOtt",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.1",
"connect-timeout": "^1.7.0",
"continuation-local-storage": "^3.1.6",
"dotenv": "^2.0.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"request": "^2.64.0",
"request-promise": "^3.0.0",
"simple-oauth2": "^0.2.1"
},
"engines": {
"node": "0.12.7"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/sky-api-auth-tutorial"
},
"keywords": [
"blackbaud",
"nxt",
"skyapi"
]
}