-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "@clysema/node-red-contrib-ui-week-schedule",
"version": "0.1.4",
"description": "A Week Schedule UI for the Node-RED Dashboard",
"main": "week-schedule.js",
"author": "Víctor Navarro <[email protected]>",
"license": "MIT",
"dependencies": {
"node-red-dashboard": "^2.15.5"
},
"keywords": [
"node-red",
"schedule",
"dashboard",
"ui"
],
"node-red": {
"nodes": {
"week_schedule": "week-schedule.js"
}
},
"bugs": {
"url": "https://github.com/ingeniadevteam/node-red-contrib-ui-week-schedule/issues"
},
"homepage": "https://github.com/ingeniadevteam/node-red-contrib-ui-week-schedule",
"repository": {
"type": "git",
"url": "git+https://github.com/ingeniadevteam/node-red-contrib-ui-week-schedule.git"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-angular": "^4.0.1"
}
}