-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.71 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
{
"name": "lock",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"audio-loader": "^1.0.3",
"audio-play": "^2.2.1",
"aws-sdk": "^2.713.0",
"axios": "^0.19.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cheerio-httpcli": "^0.8.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"debug": "~2.6.9",
"ejs": "^3.1.2",
"empire-matrix-keypad": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"firebase-admin": "^9.1.1",
"flash": "^1.1.0",
"fs": "0.0.1-security",
"google-tts-api": "0.0.4",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"module": "^1.2.5",
"mongoose": "^4.13.20",
"morgan": "^1.10.0",
"mplayer": "^2.1.0",
"multer": "^1.4.2",
"node-wget": "^0.4.3",
"nodemailer": "^6.4.11",
"nodemailer-smtp-pool": "^2.8.3",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pi-pir-sensor": "0.0.3",
"pi-servo": "^1.0.2",
"pigpio": "^3.2.3",
"play-audio-url": "^1.0.1",
"pn532": "^1.0.0",
"puppeteer": "^3.3.0",
"push.js": "^1.0.12",
"raspi-hc-sr04": "^1.1.5",
"request": "^2.88.2",
"serialport": "^9.0.0",
"web-audio-player": "^1.3.3",
"xhr": "^2.5.0"
},
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/eks05/smart_lock.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eks05/smart_lock/issues"
},
"homepage": "https://github.com/eks05/smart_lock#readme",
"description": ""
}