From 5af3d8e30a62a124c402c69a3fb65e348b478567 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Tue, 18 Sep 2018 11:00:00 -0400 Subject: [PATCH] Fill in additional npm package metadata --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acd7c30..4be2902 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,18 @@ { "name": "@crussell52/socket-ipc", - "version": "0.1.1", + "version": "0.1.2", "description": "An event-driven IPC implementation using unix file sockets.", + "keywords": ["sockets", "ipc", "unix"], + "homepage": "https://crussell52.github.io/node-socket-ipc/", + "bugs": { + "url": "https://github.com/crussell52/node-socket-ipc/issues" + }, + "repository": "github:crussell52/node-socket-ipc", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "crussell52@gmail.com", + "author": "Chris Russell ", "license": "MIT", - "keywords": ["sockets", "ipc", "unix"] + "engines" : { "node" : ">=8.0.0" } } \ No newline at end of file