{
    "name": "cordova-hot-code-push-cli-zzz",
    "version": "1.3.1",
    "description": "Cordova Hot Code Push CLI",
    "preferGlobal": "true",
    "bin": {
        "cordova-hcp": "bin/cordova-hcp"
    },
    "engines": {
        "node": ">=0.10.3 <=5.1.0"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/zhaozhanzhan/cordova-hot-code-push-cli-zzz.git"
    },
    "keywords": [
        "cordova",
        "nordnet",
        "mobile",
        "cordova-hot-code-push-plugin",
        "ecosystem:cordova",
        "cordova-android",
        "cordova-ios"
    ],
    "scripts": {
        "pretranspile": "rimraf dist",
        "transpile": "babel src --out-dir dist --source-maps",
        "dev": "npm run transpile -- --watch",
        "eslint": "eslint --ext=.js -c .eslintrc src",
        "test": "mocha"
    },
    "author": "Andreas Hassellöf for Nordnet Bank AB",
    "license": "MIT",
    "dependencies": {
        "async": "^1.4.0",
        "compression": "^1.5.1",
        "crypto": "0.0.3",
        "es6-promise": "^2.3.0",
        "express": "^4.13.1",
        "fs-extra": "^0.22.1",
        "hidefile": "^1.1.0",
        "lodash": "^3.10.0",
        "minimatch": "^3.0.0",
        "ngrok": "^2.1.6",
        "prompt": "^0.2.14",
        "q": "^1.4.1",
        "readdirp": "^2.0.0",
        "recursive-readdir": "^1.2.1",
        "s3-sync-aws": "^1.1.0",
        "socket.io": "^1.3.6",
        "watch": "^0.16.0",
        "yargs": "^3.16.1"
    },
    "devDependencies": {
        "babel": "^5.8.19",
        "babel-eslint": "^4.0.5",
        "babel-jscs": "^2.0.3",
        "chai": "^3.2.0",
        "eslint": "^0.24.1",
        "eslint-config-airbnb": "0.0.7",
        "eslint-plugin-react": "^3.1.0",
        "jscs": "^2.0.0",
        "mocha": "^2.2.5",
        "rimraf": "^2.4.2",
        "sinon": "^1.15.4",
        "sinon-chai": "^2.8.0"
    },
    "_from": "cordova-hot-code-push-cli-zzz@1.3.1",
    "_resolved": "http://registry.npm.taobao.org/cordova-hot-code-push-cli/download/cordova-hot-code-push-cli-1.1.1.tgz"
}