{ "name": "ibackuptool", "version": "3.0.0", "description": "Read Messages and info from iOS Backups", "main": "tools/index.js", "scripts": { "test": "tap tests", "start": "node tools/index.js" }, "bin": { "ibackuptool": "tools/index.js" }, "preferGlobal": true, "repository": "https://github.com/richinfante/iphonebackuptools", "author": "@richinfante", "license": "MIT", "dependencies": { "bplist-parser": "^0.1.1", "buffer-reader": "^0.1.0", "chalk": "^1.1.3", "commander": "^2.12.2", "fs-extra": "^4.0.3", "json2csv": "^3.11.5", "plist": "^2.0.1", "sqlite3": "^3.1.8", "strip-ansi": "^4.0.0", "zpad": "^0.5.0" }, "devDependencies": { "eslint": "^4.18.1", "eslint-plugin-import": "^2.9.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "tap": "^11.1.0" } }