-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "portfolio_express",
"version": "1.0.0",
"description": "Backend for portfolio projects",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpke/PortfolioExpress.git"
},
"author": "JP",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpke/PortfolioExpress/issues"
},
"homepage": "https://github.com/jpke/PortfolioExpress#readme",
"dependencies": {
"base64url": "^2.0.0",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"box-node-sdk": "^1.3.0",
"cookie-parser": "^1.4.3",
"cookies": "^0.6.2",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"formidable": "^1.1.1",
"jsonwebtoken": "^7.2.1",
"mongoose": "^4.7.5",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-mailjet": "^3.0.6",
"node-schedule": "^1.2.0",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-wordpress": "0.0.4",
"pdfkit": "^0.8.0",
"prettyjson": "^1.2.1",
"shortid": "^2.2.6",
"util": "^0.10.3",
"uuid": "^3.0.1",
"winston": "^2.3.0"
}
}