-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@totallyinformation/node-red-contrib-drayton-wiser",
"version": "0.0.3",
"description": "Easily create data-driven web UI's for Node-RED using any (or no) front-end library.",
"scripts": {
"build": "gulp",
"buildfe": "gulp packfe",
"watch": "gulp watch",
"createTag": "gulp createTag",
"docs": "docsify serve ./docs"
},
"dependencies": {
"@totallyinformation/ti-common-event-handler": "github:totallyinformation/ti-common-event-handler",
"axios": "^0.26.1",
"deep-object-diff": "^1.1.0",
"default-gateway": "^6.0.3",
"ping": "^0.4.1"
},
"devDependencies": {
"@types/jquery": "^3.5.11",
"eslint": "^8.6.0",
"eslint-config-standard": "github:standard/eslint-config-standard",
"execa": "^5.1.1",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-include": "^2.4.1",
"gulp-once": "^2.1.1",
"gulp-prompt": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.2"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"wiser": "nodes/wiser.js",
"wiser-listen": "nodes/wiser-listen.js"
}
},
"main": "./nodes/wiser.js",
"engines": {
"node": ">=12.20"
},
"browserslist": [
"> 0.5%",
"maintained node versions",
"last 2 versions",
"not dead",
"not ie < 11"
],
"directories": {
"example": "./examples",
"doc": "./docs",
"lib": "./nodes",
"test": "./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TotallyInformation/node-red-contrib-drayton-wiser.git"
},
"keywords": [
"node-red",
"heating",
"heating-control",
"heating-monitoring",
"drayton",
"wiser"
],
"author": "Julian Knight (Totally Information)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TotallyInformation/node-red-contrib-drayton-wiser/issues"
},
"homepage": "https://github.com/TotallyInformation/node-red-contrib-drayton-wiser#readme"
}