prepping for version release

This commit is contained in:
Brandon Nozaki Miller 2015-12-02 10:24:38 -08:00
parent ffd358b5ed
commit c57268c2a0

View file

@ -1,16 +1,16 @@
{
"name": "node-ipc",
"version": "3.0.0",
"version": "4.0.0",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"main": "node-ipc.js",
"directories": {
"example": "example"
},
"dependencies": {
"colors": "^1.1.2",
"event-pubsub": "^1.0.3",
"js-message": "^1.0.5",
"node-cmd": "^1.0.1"
"colors": "*",
"event-pubsub": "*",
"js-message": "*",
"node-cmd": "*"
},
"devDependencies": {},
"scripts": {