package.json 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "bugs": {
  3. "url": "https://github.com/nodejs/node-addon-api/issues"
  4. },
  5. "contributors": [
  6. "Abhishek Kumar Singh (https://github.com/abhi11210646)",
  7. "Alba Mendez (https://github.com/jmendeth)",
  8. "Andrew Petersen (https://github.com/kirbysayshi)",
  9. "Anisha Rohra (https://github.com/anisha-rohra)",
  10. "Anna Henningsen (https://github.com/addaleax)",
  11. "Arnaud Botella (https://github.com/BotellaA)",
  12. "Arunesh Chandra (https://github.com/aruneshchandra)",
  13. "Ben Berman (https://github.com/rivertam)",
  14. "Benjamin Byholm (https://github.com/kkoopa)",
  15. "Bill Gallafent (https://github.com/gallafent)",
  16. "Bruce A. MacNaughton (https://github.com/bmacnaughton)",
  17. "Cory Mickelson (https://github.com/corymickelson)",
  18. "David Halls (https://github.com/davedoesdev)",
  19. "Dongjin Na (https://github.com/nadongguri)",
  20. "Eric Bickle (https://github.com/ebickle)",
  21. "Gabriel Schulhof (https://github.com/gabrielschulhof)",
  22. "Gus Caplan (https://github.com/devsnek)",
  23. "Hitesh Kanwathirtha (https://github.com/digitalinfinity)",
  24. "Jake Barnes (https://github.com/DuBistKomisch)",
  25. "Jake Yoon (https://github.com/yjaeseok)",
  26. "Jason Ginchereau (https://github.com/jasongin)",
  27. "Jim Schlight (https://github.com/jschlight)",
  28. "Jinho Bang (https://github.com/romandev)",
  29. "joshgarde (https://github.com/joshgarde)",
  30. "Kevin Eady (https://github.com/KevinEady)",
  31. "Konstantin Tarkus (https://github.com/koistya)",
  32. "Kyle Farnung (https://github.com/kfarnung)",
  33. "Luciano Martorella (https://github.com/lmartorella)",
  34. "Matteo Collina (https://github.com/mcollina)",
  35. "Michael Dawson (https://github.com/mhdawson)",
  36. "Michele Campus (https://github.com/kYroL01)",
  37. "Mikhail Cheshkov (https://github.com/mcheshkov)",
  38. "Nicola Del Gobbo (https://github.com/NickNaso)",
  39. "Nick Soggin (https://github.com/iSkore)",
  40. "Philipp Renoth (https://github.com/DaAitch)",
  41. "Rolf Timmermans (https://github.com/rolftimmermans)",
  42. "Ross Weir (https://github.com/ross-weir)",
  43. "Ryuichi Okumura (https://github.com/okuryu)",
  44. "Sampson Gao (https://github.com/sampsongao)",
  45. "Sam Roberts (https://github.com/sam-github)",
  46. "Taylor Woll (https://github.com/boingoing)",
  47. "Thomas Gentilhomme (https://github.com/fraxken)",
  48. "Tobias Nießen (https://github.com/tniessen)",
  49. "Tux3 (https://github.com/tux3)",
  50. "Yohei Kishimoto (https://github.com/morokosi)"
  51. ],
  52. "dependencies": {},
  53. "description": "Node.js API (N-API)",
  54. "devDependencies": {
  55. "safe-buffer": "^5.1.1"
  56. },
  57. "directories": {},
  58. "homepage": "https://github.com/nodejs/node-addon-api",
  59. "keywords": ["n-api", "napi", "addon", "native", "bindings", "c", "c++", "nan", "node-addon-api"],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "node-addon-api",
  63. "optionalDependencies": {},
  64. "readme": "README.md",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/nodejs/node-addon-api.git"
  68. },
  69. "scripts": {
  70. "pretest": "node-gyp rebuild -C test",
  71. "test": "node test",
  72. "predev": "node-gyp rebuild -C test --debug",
  73. "dev": "node test",
  74. "predev:incremental": "node-gyp configure build -C test --debug",
  75. "dev:incremental": "node test",
  76. "doc": "doxygen doc/Doxyfile"
  77. },
  78. "version": "1.7.2"
  79. }