pipboyrelay
Version:
Relay for the pip boy from Fallout 4
35 lines (34 loc) • 755 B
JSON
{
"name": "pipboyrelay",
"version": "1.0.1",
"description": "Relay for the pip boy from Fallout 4",
"main": "cli.js",
"scripts": {
"test": "echo \"Tests are cool, we should do those.\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rgbkrk/pipboyrelay.git"
},
"keywords": [
"pipboy",
"fallout4"
],
"bin": {
"pipboyrelay": "cli.js"
},
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rgbkrk/pipboyrelay/issues"
},
"homepage": "https://github.com/rgbkrk/pipboyrelay#readme",
"dependencies": {
"commander": "^2.9.0",
"hexy": "^0.2.7",
"pipboylib": "1.1.0"
},
"engines": {
"node": ">= 4.0.0"
}
}