-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 907 Bytes
/
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
{
"name": "homecam",
"version": "1.0.0",
"description": "Camera DLink Web Services proxy for camera which does not offer such services",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Yo1L/homecam.git"
},
"keywords": [
"dlink",
"camera",
"nodejs",
"express",
"webservice",
"rest",
"api"
],
"author": "Yoann Le Viavant",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yo1L/homecam/issues"
},
"homepage": "https://github.com/Yo1L/homecam#readme",
"dependencies": {
"@slack/client": "^4.11.0",
"axios": "^0.18.1",
"chai": "^4.2.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"mocha": "^6.2.2",
"nock": "^10.0.6",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"sinon": "^7.2.7"
}
}