Merge pull request #328 from resin-io/package-json-details

Add some missing details to package.json
This commit is contained in:
Pablo Carranza Vélez 2016-10-24 15:54:07 -03:00 committed by GitHub
commit 1e3db9145e

View File

@ -1,6 +1,12 @@
{ {
"name": "resin-supervisor", "name": "resin-supervisor",
"description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.",
"version": "2.7.0", "version": "2.7.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/resin-io/resin-supervisor.git"
},
"scripts": { "scripts": {
"start": "./entry.sh", "start": "./entry.sh",
"build": "coffee -c src", "build": "coffee -c src",