Skip to content

Commit

Permalink
npm: Add sysfs keyword and Format package.json
Browse files Browse the repository at this point in the history
Change-Id: I730b1e05447b75e54a9a784042dfc93ad2ac399f
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr committed Sep 27, 2018
1 parent 1c84890 commit 2336386
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@
"email": "[email protected]",
"url": "http://dph.am"
},
"description": "Talk to your Raspberry PI's general purpose inputs and outputs",
"keywords": ["gpio", "raspberry", "pi"],
"description": "Talk to your Single Board Computer's general purpose inputs and outputs",
"keywords": [
"artik",
"gpio",
"pi",
"raspberry",
"rpi",
"sbc",
"sysfs"
],
"main": "./lib/gpio.js",
"scripts": {
"start": "NODE_PATH=lib/ node example"
Expand All @@ -23,4 +31,3 @@
}
]
}

0 comments on commit 2336386

Please sign in to comment.