From ec875004d6821279c9c6502d13b0e08e95b208a9 Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Sun, 23 Oct 2016 21:04:40 -0300 Subject: [PATCH] Add some missing details to package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index ffc338c4..8b66578f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,12 @@ { "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", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "https://github.com/resin-io/resin-supervisor.git" + }, "scripts": { "start": "./entry.sh", "build": "coffee -c src",