{
    "name": "pack-dir",
    "version": "0.7.2",
    "description": "Pack/unpack specified directory with native current OS command line tools.",
    "keywords": [
        "pack",
        "extract",
        "directory",
        "utility",
        "dmg",
        "zip",
        "unzip",
        "archive",
        "7z",
        "7zip",
        "Annexare"
    ],
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/annexare/PackDir.git"
    },
    "scripts": {
        "test": "jest"
    },
    "dependencies": {},
    "devDependencies": {
        "jest-cli": "^13.2.3"
    },
    "author": {
        "name": "Dmytro",
        "email": "z@annexare.com",
        "url": "https://github.com/z-ax"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/annexare/PackDir/issues"
    },
    "engines": {
        "node": ">=4.0.0"
    },
    "jest": {
        "collectCoverage": true,
        "collectCoverageOnlyFrom": {
            "index.js": true
        },
        "testRegex": "(/tests/.*|\\.(test|spec))\\.js$"
    }
}
