-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 864 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 864 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
29
30
31
32
33
34
35
36
37
{
"name": "virtual-things-adapter",
"version": "2.1.0",
"description": "WebThings Gateway Virtual Things Adapter",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"homepage": "https://github.com/WebThingsIO/virtual-things-adapter",
"author": "WebThingsIO",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/WebThingsIO/virtual-things-adapter.git"
},
"bugs": {
"url": "https://github.com/WebThingsIO/virtual-things-adapter/issues"
},
"dependencies": {
"mkdirp": "^1.0.4",
"node-persist": "^3.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0"
},
"files": [
"LICENSE",
"SHA256SUMS",
"index.js",
"manifest.json",
"static/image.png",
"static/video.mp4",
"virtual-things-adapter.js"
]
}