UNPKG

pi-ip

Version:

Global nodejs module that upon boot saves the Pi's IP Address to Firebase, to make it easy to find.

48 lines (47 loc) 939 B
{ "name": "pi-ip", "version": "2.1.0", "description": "Global nodejs module that upon boot saves the Pi's IP Address to Firebase, to make it easy to find.", "main": "./lib/pi-ip.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/kd7yva/pi-ip" }, "keywords": [ "Raspberry", "Pi", "Firebase", "IP", "Address", "Bootup", "Config" ], "author": "Judd Flamm", "license": "MIT", "bugs": { "url": "https://github.com/kd7yva/pi-ip/issues" }, "homepage": "https://github.com/kd7yva/pi-ip", "dependencies": { "bluebird": "^2.9.25", "firebase": "^2.2.4", "jsonfile": "^2.0.0", "readline-sync": "^1.2.14" }, "files": [ "config.json", "lib", "bin" ], "bin": { "pi-ip": "bin/pi-ip.js" }, "os": [ "darwin", "linux" ], "preferGlobal": true }