-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "shinobi-doorbird-plugin",
"version": "2.0.0",
"description": "Doorbird plugin for Shinobi",
"main": "lib/index.js",
"scripts": {
"test": "mocha test --exit",
"start": "node lib/index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mafischer/shinobi-doorbird-plugin.git"
},
"keywords": [
"Shinobi",
"doorbird"
],
"author": "Michael Fischer",
"license": "ISC",
"bugs": {
"url": "https://github.com/mafischer/shinobi-doorbird-plugin/issues"
},
"homepage": "https://github.com/mafischer/shinobi-doorbird-plugin#readme",
"dependencies": {
"@hapi/boom": "^8.0.1",
"@hapi/good": "^8.2.4",
"@hapi/good-squeeze": "^5.2.1",
"@hapi/hapi": "^18.4.1",
"@hapi/joi": "^16.1.7",
"async": "^3.1.0",
"axios": "^0.21.2",
"aysnc": "0.0.1-security",
"mariadb": "^2.1.2",
"moment": "^2.24.0",
"pmx": "^1.6.7",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.0.1"
}
}