package.json 660 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "bindings",
  3. "description": "Helper module for loading your native module's .node file",
  4. "keywords": [
  5. "native",
  6. "addon",
  7. "bindings",
  8. "gyp",
  9. "waf",
  10. "c",
  11. "c++"
  12. ],
  13. "version": "1.5.0",
  14. "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  15. "repository": {
  16. "type": "git",
  17. "url": "git://github.com/TooTallNate/node-bindings.git"
  18. },
  19. "main": "./bindings.js",
  20. "bugs": {
  21. "url": "https://github.com/TooTallNate/node-bindings/issues"
  22. },
  23. "homepage": "https://github.com/TooTallNate/node-bindings",
  24. "license": "MIT",
  25. "dependencies": {
  26. "file-uri-to-path": "1.0.0"
  27. }
  28. }