-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
30 lines (30 loc) · 1.07 KB
/
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
{
"name": "@node-wot/examples",
"version": "0.8.17",
"private": true,
"description": "Examples for node-wot (not published)",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"repository": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/examples",
"dependencies": {
"@node-wot/binding-coap": "0.8.17",
"@node-wot/binding-file": "0.8.17",
"@node-wot/binding-http": "0.8.17",
"@node-wot/binding-mqtt": "0.8.17",
"@node-wot/binding-opcua": "0.8.17",
"@node-wot/core": "0.8.17",
"rxjs": "5.5.11"
},
"scripts": {
"build": "tsc -b",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write \"src/**/*.ts\" \"**/*.json\""
},
"bugs": {
"url": "https://github.com/eclipse-thingweb/node-wot/issues"
},
"homepage": "https://github.com/eclipse-thingweb/node-wot/tree/master/packages/examples#readme",
"main": "index.js",
"keywords": []
}