mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
17 lines
394 B
JSON
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"
|
||
|
}
|
||
|
}
|