forked from alladdin/node-lox-ws-api-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 674 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "node-lox-ws-api-testing",
"version": "0.0.2",
"description": "Testing script for Loxone WebSocket API",
"main": "test_loxapi.js",
"scripts": {
"start": "node test_loxapi.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alladdin/node-lox-ws-api-testing.git"
},
"author": "Ladislav Dokulil <alladdin@zemres.cz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alladdin/node-lox-ws-api-testing/issues"
},
"homepage": "https://github.com/alladdin/node-lox-ws-api-testing#readme",
"dependencies": {
"node-lox-ws-api": "^0.3.1"
}
}