-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 979 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
35
{
"name": "@ia-cloud/node-red-contrib-ia-cloud-common-nodes",
"description": "Node-RED nodes for commonly used with ia-cloud nodes.",
"version": "0.0.5",
"author": {
"name": "ia-cloud",
"url": "https://www.ia-cloud.com"
},
"bugs": {
"url": "https://github.com/ia-cloud/node-red-contrib-ia-cloud-common-nodes/issues"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2"
},
"homepage": "https://github.com/ia-cloud/node-red-contrib-ia-cloud-common-nodes#readme",
"keywords": [
"node-red"
],
"license": "Apache-2.0",
"main": "index.js",
"node-red": {
"nodes": {
"ia-cloud-ccs-connection-config": "ccs-connection-config/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/ia-cloud/node-red-contrib-ia-cloud-common-nodes.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}