You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
720 B

{
"name": "node-kafka",
"version": "v0.12.0",
"description": "Node.js bindings for librdkafka",
"librdkafka": "1.6.1",
"main": "lib/index.js",
"author": "sentientgeeks",
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build",
"test": "make test",
"install": "node-gyp rebuild",
"prepack": "node ./ci/prepublish.js"
},
"keywords": [
"kafka",
"librdkafka"
],
"devDependencies": {
"bluebird": "^3.5.3",
"jsdoc": "^3.4.0",
"jshint": "^2.10.1",
"mocha": "^5.2.0",
"node-gyp": "^5.1.0",
"toolkit-jsdoc": "^1.0.0"
},
"dependencies": {
"bindings": "^1.3.1",
"nan": "^2.14.0"
},
"engines": {
"node": ">=6.0.0"
}
}