te_nsqjs
Version:
NodeJS client for NSQ
97 lines (96 loc) • 2.5 kB
JSON
{
"name": "te_nsqjs",
"description": "NodeJS client for NSQ",
"version": "0.7.16",
"homepage": "https://github.com/thoughtexchange/nsqjs",
"author": {
"name": "Dudley Carr",
"email": "dudley.carr@gmail.com"
},
"keywords": [
"nsq",
"nsq client",
"nsq client official",
"nsqjs",
"distributed messaging",
"messaging",
"task",
"task management"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dudleycarr/nsqjs.git"
},
"bugs": {
"url": "https://github.com/dudleycarr/nsqjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dudleycarr/nsqjs/blob/master/LICENSE-MIT"
}
],
"main": "lib/nsq",
"scripts": {
"build": "coffee --bare --compile --output lib src/*.coffee",
"prepublish": "coffee --bare --compile --output lib src/*.coffee",
"postpublish": "rm -rf lib",
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "~1.6.3",
"coffeelint": "~1.0.2",
"grunt": "^1.0.0",
"grunt-cli": "^1.2",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^3.0.0",
"mocha": "^3.2",
"nock": "~0.27.1",
"should": "^11.1.2",
"sinon": "~1.7.3",
"temp": "^0.8.0"
},
"dependencies": {
"async": "^2.1.4",
"bignumber.js": "~1.2.1",
"debug": "^2.6.0",
"moment": "^2.17.1",
"node-int64": "~0.3.0",
"node-state": "~1.4.4",
"request": "^2.79.0",
"snappystream": "^0.3.4",
"underscore": "~1.5.2"
},
"gitHead": "d24d5e2623ba77a860e43552d2e40dc6ea02bb4c",
"_id": "te_nsqjs@0.7.15",
"_shasum": "3fafa92489f0a9bfd66c43db15fdbb6ba3538b2e",
"_from": "te_nsqjs@0.7.15",
"_resolved": "https://registry.npmjs.org/te_nsqjs/-/te_nsqjs-0.7.15.tgz",
"_npmVersion": "2.15.11",
"_nodeVersion": "4.7.3",
"_npmUser": {
"name": "thoughtexchange",
"email": "mwdev@thoughtexchange.com"
},
"dist": {
"shasum": "3fafa92489f0a9bfd66c43db15fdbb6ba3538b2e",
"tarball": "https://registry.npmjs.org/te_nsqjs/-/te_nsqjs-0.7.15.tgz"
},
"maintainers": [
{
"name": "thoughtexchange",
"email": "mwdev@thoughtexchange.com"
}
],
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/te_nsqjs-0.7.15.tgz_1487209810061_0.3663273339625448"
},
"directories": {}
}