forked from arin2115/icloudapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
47
48
{
"name": "apple-icloudapi",
"version": "1.0.3",
"description": "iCloud API Wrapper",
"main": "index.js",
"author": "arin2115",
"keywords": [
"apple",
"iphone",
"ipad",
"macbook",
"airtag",
"watch",
"find",
"icloud",
"findmy",
"findmyiphone",
"findmypro",
"iclouddrive",
"icloudmail",
"icloudcontacts",
"icloudcalendar",
"icloudphotos",
"icloudreminders",
"icloudnotes"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arin2115/icloudapi.git"
},
"bugs": {
"url": "https://github.com/arin2115/icloudapi/issues/new?assignees=&labels=bug&projects=&template=bug_report.md"
},
"license": "MIT",
"dependencies": {
"async": "^2.1.4",
"fs": "^0.0.1-security",
"prompt-sync": "^4.2.0",
"request": "^2.57.0",
"tough-cookie-file-store": "^2.0.3",
"util": "^0.12.5"
},
"homepage": "https://github.com/arin2115/icloudapi#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}