-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.06 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.06 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
{
"name": "authdoc",
"version": "2.0.0",
"description": "System that allow manage the authorized login into different Daux.io sites.",
"main": "index.js",
"scripts": {
"build": "daux --destination=docs/static/ --format=html --source=./docs/docs/",
"serve:docs": "daux serve ",
"serve:dev": "NODE_ENV=development forever --append --uid temis_workflow_docs start server.js",
"serve:prod": "NODE_ENV=production forever --append --uid temis_workflow_docs start server.js",
"serve:stop": "forever stop -uid temis_workflow_docs",
"start": "",
"postinstall": ""
},
"author": "Melvin Sequera",
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.0",
"mongoose": "^5.9.28",
"nconf": "^0.10.0",
"passport": "^0.4.1",
"passport-auth0": "^1.3.3"
}
}