-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 957 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": "aframe-smart-home",
"version": "0.0.2",
"description": "Digital twin smart home proof of concept",
"main": "index.js",
"scripts": {
"start": "PORT=8888 node example",
"example": "node example",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Philippe Coval <p.coval@samsung.com> (https://www.npmjs.com/~rzr)",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/rzr/aframe-smart-home.git"
},
"iotjs": {
"version": ">=1.0"
},
"keywords": [
"3d",
"aframe-component",
"digitaltwin",
"digitaltwins",
"home",
"house",
"iotjs-module",
"smart-home",
"solar",
"webthing",
"xr"
],
"bugs": {
"url": "https://github.com/rzr/aframe-smart-home/issues"
},
"homepage": "https://libraries.io/npm/aframe-smart-home",
"dependencies": {
"websocket": "^1.0.32",
"webthing-iotjs": "^0.12.1-0"
}
}