{
    "name": "@masx200/zmodem.js",
    "version": "0.2.10",
    "description": "ZMODEM file transfers in JavaScript",
    "devDependencies": {
        "babel-minify-webpack-plugin": "^0.2.0",
        "blue-tape": "^1.0.0",
        "jsdoc-webpack-plugin": "^0.0.2",
        "tape": "^5.0.1",
        "text-encoding": "^0.6.4",
        "tmp": "0.0.33",
        "webpack": "^3.6.0",
        "which": "^1.3.0"
    },
    "files": [
        "dist/",
        "index.js",
        "src/"
    ],
    "directories": {
        "test": "tests"
    },
    "scripts": {
        "test": "tape ./tests/*.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/FGasper/zmodemjs.git"
    },
    "keywords": [
        "zmodem",
        "shell",
        "terminal",
        "file",
        "transfer",
        "websocket",
        "xmodem",
        "ymodem"
    ],
    "author": "Gasper Software Consulting (http://gaspersoftware.com)",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/FGasper/zmodemjs/issues"
    },
    "homepage": "https://github.com/FGasper/zmodemjs#readme",
    "dependencies": {
        "crc-32": "^1.1.1"
    }
}
