-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 873 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
36
37
{
"name": "node-red-contrib-axis-acs",
"version": "2.1.1",
"description": "Simplifies integration with Axis Camera Station",
"author": {
"name": "Fred Juhlin",
"email": "[email protected]"
},
"license": "MIT",
"deprecated": false,
"repository": {
"type": "git",
"url": "git+https://github.com/pandosme/node-red-axis-acs.git"
},
"homepage": "https://github.com/pandosme/node-red-axis-acs",
"keywords": ["node-red","Axis"],
"bugs": {
"url": "https://github.com/pandosme/node-red-axis-acs/issues"
},
"bundleDependencies": false,
"dependencies": {
"got": "~11.8.2"
},
"engines": {
"node": ">=12.0.0"
},
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ACS": "acs.js",
"ACS Server": "acs-server.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}