Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Commit

Permalink
more fixes on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi committed Aug 5, 2015
1 parent 9ecc2ca commit 766f6f9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions 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"
Expand All @@ -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"
}

0 comments on commit 766f6f9

Please sign in to comment.