fq
Version:
Client for fq message queue
33 lines (32 loc) • 602 B
JSON
{
"name": "fq",
"version": "0.4.1",
"author": {
"name": "Brian Bickerton",
"url": "http://brianbickerton.com/"
},
"description": "Client for fq message queue",
"keywords": [
"fq",
"queue"
],
"main": "./lib/client.js",
"repository": {
"type": "git",
"url": "git@github.com:TauZero/node-fq.git"
},
"bugs": {
"url": "https://github.com/TauZero/node-fq/issues"
},
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"uuid": "~2.0.3"
},
"devDependencies": {
"nodeunit": "~0.8.1"
},
"scripts":{
"test": "nodeunit test"
}
}