20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "@icloudpd/linux-arm",
|
|
"version": "0.0.1",
|
|
"description": "The Linux ARM/v7 binary for icloudpd, a iCloud Photo Downloader.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/icloud_photos_downloader/icloud_photos_downloader.git"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"preferUnplugged": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm"
|
|
]
|
|
} |