forked from fbx/homebridge-freebox-home
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 699 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 699 Bytes
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
{
"name": "freebox-home-api",
"version": "1.0.0",
"description": "A freebox API bridge for Freebox Pack Secu.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LacazeThomas/freebox-security-API.git"
},
"keywords": [
"Freeebox"
],
"author": "Thomas LACAZE",
"license": "MIT",
"bugs": {
"url": "https://github.com/LacazeThomas/freebox-security-API/issues"
},
"homepage": "https://github.com/LacazeThomas/freebox-security-API#readme",
"dependencies": {
"express": "4.16.4",
"request": "2.88.0",
"crypto-js": "3.1.9-1",
"better-logging": "4.3.0"
}
}