-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 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
29
30
31
32
33
34
35
36
{
"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": "^5.0.0"
},
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/sky-api-auth-tutorial"
},
"keywords": [
"blackbaud",
"nxt",
"skyapi"
]
}