From 766f6f93178f283c7a7c3719b44bb222187fd0e6 Mon Sep 17 00:00:00 2001 From: treehouse-su Date: Wed, 5 Aug 2015 21:27:49 +0000 Subject: [PATCH] more fixes on package.json --- package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 21aa870..1371a32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pirate-sh", "version": "0.0.9", - "description": "Thin command-line interface for Raspberry Pi low level configration.", + "description": "Thin command-line interface for Raspberry Pi low level configuration.", "main": "cli.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" @@ -20,10 +20,15 @@ "keywords": [ "raspberry pi ethernet wifi" ], - "author": "Stefan Unterhauser", - "license": "AGPL3", + "author": { + "name": "Stefan Unterhauser", + "email": "stefan@unterhauser.name", + "url": "http://pirate.sh/ip" + }, + "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/pirate-sh/ip/issues" + "url": "https://github.com/pirate-sh/ip/issues", + "email": "stefan@unterhauser.name" }, "homepage": "https://github.com/pirate-sh/ip" }