forked from alladdin/node-lox-structure-file
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
{
"name": "node-lox-structure-file",
"version": "0.1.5",
"description": "Structure file parser and for Loxone™ API (LoxAPP3.json)",
"main": "lib/Factory.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alladdin/node-lox-structure-file.git"
},
"keywords": [
"Loxone",
"API",
"Structure"
],
"author": "Ladislav Dokulil <alladdin@zemres.cz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alladdin/node-lox-structure-file/issues"
},
"homepage": "https://github.com/alladdin/node-lox-structure-file#readme",
"dependencies" : {
"sprintf-js": ">=1.0.3"
}
}