balena-supervisor/automation/package.json
Pablo Carranza Velez 60a8ab85f4 Add a deploy-to-resin.js and automatically deploy to the Resin API on master builds
Also, make all of the arch builds part of the Circle workflow.

Change-Type: patch
Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
2017-07-20 21:22:25 -03:00

17 lines
394 B
JSON

{
"name": "resin-supervisor-automation",
"version": "1.0.0",
"description": "Tools to build/deploy resin-supervisor",
"main": "deploy-to-resin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Resin Inc.",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.5.0",
"lodash": "^4.17.4",
"pinejs-client": "^4.0.0"
}
}