-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.74 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
{
"name": "Instamate",
"version": "0.0.19",
"description": "A powerful, self-hosted data logger for your Instagram account",
"repository": {
"type": "git",
"url": "https://github.com/pihomeserver/instamate"
},
"license": "MIT",
"author": "Pi Home Server",
"contributors": [
"Pi Home Server"
],
"scripts": {
"postinstall": "npm rebuild node-sass",
"start": "node app.js",
"test": "nyc mocha --timeout=10000 --exit",
"lint": "eslint \"**/*.js\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@ladjs/bootstrap-social": "^7.0.2",
"@octokit/rest": "^18.0.12",
"@popperjs/core": "^2.6.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.5",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-flash": "^0.0.2",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"lusca": "^1.6.1",
"moment": "^2.29.1",
"node-cron": "^2.0.3",
"node-sass": "^4.14.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"pg": "^8.5.1",
"pug": "^3.0.0",
"sequelize": "^6.3.5",
"stripe": "^8.129.0",
"validator": "^13.5.2",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.16.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"sinon": "^9.2.2",
"supertest": "^5.0.0"
},
"engines": {
"node": ">=10.22.1",
"npm": ">=6.14.6"
}
}