This repository has been archived by the owner on Sep 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.14 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "image-database",
"version": "0.0.1",
"description": "Imagae db",
"repository": {
"type": "git",
"url": "https://github.com/mshd/image-database-express.git"
},
"license": "",
"author": "Martin Schibel",
"contributors": [
"Martin Schibel"
],
"scripts": {
"postinstall": "npm rebuild node-sass",
"start": "node app.js",
"test": "nyc mocha --timeout=10000 --exit",
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"@admin-bro/express": "^3.0.0",
"@admin-bro/mongoose": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.13.1",
"@ladjs/bootstrap-social": "^7.0.2",
"@octokit/rest": "^18.0.0",
"admin-bro": "^3.2.5",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.0",
"chalk": "^4.1.0",
"chart.js": "^2.9.4",
"cheerio": "^1.0.0-rc.3",
"clockwork": "^0.1.4",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-flash": "^0.0.2",
"express-handlebars": "^5.0.0",
"express-session": "^1.17.1",
"express-status-monitor": "^1.3.3",
"fbgraph": "^1.4.4",
"file-type": "^15.0.1",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"googleapis": "^52.1.0",
"greenlock-express": "^4.0.3",
"instagram-node": "^0.5.8",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"lastfm": "^0.9.3",
"lob": "^6.1.0",
"lodash": "^4.17.21",
"lusca": "^1.6.1",
"mailchecker": "^3.3.9",
"moment": "^2.27.0",
"mongoose": "^5.13.7",
"mongoose-datatable": "^2.2.2",
"mongoose-sequence": "^5.2.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"node-quickbooks": "^2.0.39",
"node-sass": "^4.14.1",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^6.6.3",
"opencv-facecrop": "0.0.5",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-oauth2-refresh": "^2.0.0",
"passport-openid": "^0.4.0",
"passport-snapchat": "^1.0.0",
"passport-twitch-new": "^0.0.1",
"passport-twitter": "^1.0.4",
"paypal-rest-sdk": "^1.8.1",
"popper.js": "^1.16.1",
"pug": "^3.0.2",
"request": "^2.88.2",
"sharp": "^0.26.0",
"smartcrop-sharp": "^2.0.3",
"stream": "0.0.2",
"stripe": "^8.69.0",
"tumblr.js": "^2.0.2",
"twilio": "^3.67.0",
"twit": "^2.2.11",
"util": "^0.12.4",
"validator": "^13.1.1",
"wikibase-sdk": "^7.7.0",
"wikidata-sdk": "^7.7.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.0",
"mocha": "^8.1.3",
"nodemon": "^2.0.12",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"supertest": "^5.0.0-0"
},
"engines": {
"node": ">=10.19.0",
"npm": ">=6.13.4"
}
}