-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 796 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 796 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
{
"name": "box-node-passport-sample",
"version": "1.0.0",
"description": "Sample app that gets you up and running with Box Platform and user authentication",
"scripts": {
"start": "nodemon app.js"
},
"author": "Matt Mitchell",
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.3",
"box-node-sdk": "^1.7.0",
"config": "^1.26.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-async-errors": "^2.1.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.11.3",
"hbs": "^4.0.1",
"mongoose": "^5.0.10",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"path": "^0.12.7"
}
}