-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "node-red-contrib-apple-find-me",
"version": "1.1.8",
"description": "This is a node-red node to get the current locations and other metrics of connected Apple devices",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PfisterDaniel/node-red-contrib-apple-find-me.git"
},
"keywords": [
"apple",
"iphone",
"imac",
"icloud",
"find-me",
"find",
"me",
"location",
"macbook",
"node-red"
],
"author": "Daniel Lippert",
"email": "kontakt@daniel-lippert.de",
"license": "MIT",
"node-red": {
"version": ">=2.0.0",
"nodes": {
"apple-find-me": "nodes/apple-find-me.js"
}
},
"bugs": {
"url": "https://github.com/PfisterDaniel/node-red-contrib-apple-find-me/issues"
},
"homepage": "https://github.com/PfisterDaniel/node-red-contrib-apple-find-me#readme",
"dependencies": {
"body-parser": "^1.20.0",
"geopoint": "^1.0.1",
"moment-timezone": "^0.5.34",
"urllib": "^2.36.1"
},
"engines": {
"node": ">=12.0.0"
}
}