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

  1. {
  2. "name": "node-kafka",
  3. "version": "v0.12.0",
  4. "description": "Node.js bindings for librdkafka",
  5. "librdkafka": "1.6.1",
  6. "main": "lib/index.js",
  7. "author": "sentientgeeks",
  8. "scripts": {
  9. "configure": "node-gyp configure",
  10. "build": "node-gyp build",
  11. "test": "make test",
  12. "install": "node-gyp rebuild",
  13. "prepack": "node ./ci/prepublish.js"
  14. },
  15. "keywords": [
  16. "kafka",
  17. "librdkafka"
  18. ],
  19. "devDependencies": {
  20. "bluebird": "^3.5.3",
  21. "jsdoc": "^3.4.0",
  22. "jshint": "^2.10.1",
  23. "mocha": "^5.2.0",
  24. "node-gyp": "^5.1.0",
  25. "toolkit-jsdoc": "^1.0.0"
  26. },
  27. "dependencies": {
  28. "bindings": "^1.3.1",
  29. "nan": "^2.14.0"
  30. },
  31. "engines": {
  32. "node": ">=6.0.0"
  33. }
  34. }