-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "barkbaud",
"version": "0.0.3",
"description": "A Blackbaud Sky API/UX demo application.",
"main": "index.js",
"engines": {
"node": "12.20.0"
},
"scripts": {
"setup": "node ./bin/setup.js",
"dev": "nodemon ./bin/start.js",
"start": "node ./bin/start.js",
"lint": "node ./node_modules/.bin/eslint server",
"test": "npm run lint",
"prebuild": "cd skyux-spa-ui && npm install",
"build": "cd skyux-spa-ui && ng build"
},
"dependencies": {
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"connect-mongo": "^3.2.0",
"connect-timeout": "^1.9.0",
"continuation-local-storage": "^3.2.1",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.19.2",
"express-session": "^1.18.0",
"mongoose": "^5.13.22",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"simple-oauth2": "^5.0.0",
"yesno": "^0.2.1"
},
"devDependencies": {
"eslint": "5.13.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"nodemon": "3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/blackbaud/barkbaud"
},
"keywords": [
"blackbaud",
"renxt",
"skyux"
],
"license": "MIT"
}