-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fill in additional npm package metadata
- Loading branch information
Chris Russell
committed
Sep 18, 2018
1 parent
f198980
commit 5af3d8e
Showing
1 changed file
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"author": "Chris Russell <[email protected]>", | ||
"license": "MIT", | ||
"keywords": ["sockets", "ipc", "unix"] | ||
"engines" : { "node" : ">=8.0.0" } | ||
} |