{ "name": "xod-deploy", "version": "0.19.2", "description": "", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "dev": "yarn run build --watch", "test": "mocha test/**/*.spec.js", "test-func": "mocha --opts test-func/mocha.opts test-func/**/*.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/xodio/xod.git" }, "author": "XOD Team ", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/xodio/xod/issues" }, "homepage": "https://xod.io/", "dependencies": { "atob": "^2.0.3", "child-process-promise": "^2.2.1", "fs-extra": "^4.0.2", "node-fetch": "^1.7.2", "ramda": "^0.24.1", "serialport": "^5.0.0", "tar": "^4.0.1", "unbzip2-stream": "^1.2.5", "ws": "^3.1.0", "xod-fs": "^0.19.2", "xod-func-tools": "^0.19.2" }, "devDependencies": { "chai": "^4.1.2" } }