UNPKG

idevicekit

Version:

NodeJs wrapper for libimobiledevice

37 lines (36 loc) 767 B
{ "name": "idevicekit", "version": "0.3.3", "description": "NodeJs wrapper for libimobiledevice", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/thebeet/idevicekit.git" }, "keywords": [ "idevice", "iOS" ], "author": "TheBeet", "license": "ISC", "bugs": { "url": "https://github.com/thebeet/idevicekit/issues" }, "homepage": "https://github.com/thebeet/idevicekit#readme", "dependencies": { "logagent-js": "^1.2.39", "npm": "^6.8.0", "plist": "^2.0.1", "sharp": "^0.22.1", "tempfile": "^1.1.1" }, "engines": { "node": ">=6.0" }, "devDependencies": { "co": "^4.6.0" } }