-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 795 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 795 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
{
"name": "netbox-docker-agent",
"version": "1.21.0",
"description": "Saashup agent for netbox manager",
"main": "index.js",
"scripts": {
"test": "cat ./tests/hurl/tests.hurl | ./node_modules/@orangeopensource/hurl/dist/bin/hurl --test --color --variable host=http://localhost:1880 -u admin:saashup",
"start": "node index.js"
},
"keywords": [
"saashup nodered docker netbox"
],
"author": "[email protected]",
"homepage": "https://github.com/SaaShup/netbox-docker-agent",
"bugs": {
"url": "https://github.com/SaaShup/netbox-docker-agent/issues",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"docker-exec-websocket-server": "^1.3.7",
"node-red": "*"
},
"devDependencies": {
"@orangeopensource/hurl": "*"
}
}