UNPKG

svmq

Version:

Native System V message queues in Node.js

35 lines (34 loc) 711 B
{ "name": "svmq", "version": "1.0.7", "description": "Native System V message queues in Node.js", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "install": "node-gyp rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/jhead/node-svmq.git" }, "keywords": [ "system", "v", "sysv", "mq", "message", "queue", "svmq", "ipc" ], "author": "Justin Head <jhead@jxh.io>", "license": "MIT", "gypfile": true, "bugs": { "url": "https://github.com/jhead/node-svmq/issues" }, "homepage": "https://github.com/jhead/node-svmq#readme", "dependencies": { "nan": "^2.2.0" } }