123456789101112131415161718192021222324252627282930 |
- {
- "name": "ibackuptool",
- "version": "3.0.0",
- "description": "Read Messages and info from iOS Backups",
- "main": "tools/index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "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",
- "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"
- },
- "devDependencies": {
- "tap": "^11.1.0"
- }
- }
|