UNPKG

cordova-new-hot-code-push-cli

Version:
66 lines (65 loc) 1.62 kB
{ "name": "cordova-new-hot-code-push-cli", "version": "1.1.2", "description": "Cordova Hot Code Push CLI", "preferGlobal": "true", "bin": { "cordova-hcp": "bin/cordova-hcp" }, "repository": { "type": "git", "url": "git+https://github.com/nordnet/cordova-hot-code-push-cli.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": "^2.0.0", "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" } }