-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 780 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 780 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
38
39
{
"name": "status-compliance",
"version": "2.1.1",
"private": true,
"description": "Collection of STATUS packages for Node-RED",
"license": "Apache-2.0",
"keywords": [
"node-red",
"status",
"compliance"
],
"repository": {
"type": "git",
"url": "https://github.com/statuscompliance/node-red-status"
},
"author": {
"name": "Álvaro Bernal",
"url": "https://github.com/alvarobernal2412"
},
"contributors": [
{
"name": "Francisco Montero",
"url": "https://github.com/FJMonteroInformatica"
}
],
"files": [
"packages/*",
"README.md",
"LICENSE",
"flows.json"
],
"workspaces": [
"packages/*"
],
"dependencies": {
"@statuscompliance/databinder": "1.0.1",
"uuid": "8.3.2"
}
}