Skip to content

Commit

Permalink
Fill in additional npm package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Russell committed Sep 18, 2018
1 parent f198980 commit 5af3d8e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
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" }
}

0 comments on commit 5af3d8e

Please sign in to comment.