80 lines
3.2 KiB
JSON
80 lines
3.2 KiB
JSON
{
|
|
"bugs": {
|
|
"url": "https://github.com/nodejs/node-addon-api/issues"
|
|
},
|
|
"contributors": [
|
|
"Abhishek Kumar Singh (https://github.com/abhi11210646)",
|
|
"Alba Mendez (https://github.com/jmendeth)",
|
|
"Andrew Petersen (https://github.com/kirbysayshi)",
|
|
"Anisha Rohra (https://github.com/anisha-rohra)",
|
|
"Anna Henningsen (https://github.com/addaleax)",
|
|
"Arnaud Botella (https://github.com/BotellaA)",
|
|
"Arunesh Chandra (https://github.com/aruneshchandra)",
|
|
"Ben Berman (https://github.com/rivertam)",
|
|
"Benjamin Byholm (https://github.com/kkoopa)",
|
|
"Bill Gallafent (https://github.com/gallafent)",
|
|
"Bruce A. MacNaughton (https://github.com/bmacnaughton)",
|
|
"Cory Mickelson (https://github.com/corymickelson)",
|
|
"David Halls (https://github.com/davedoesdev)",
|
|
"Dongjin Na (https://github.com/nadongguri)",
|
|
"Eric Bickle (https://github.com/ebickle)",
|
|
"Gabriel Schulhof (https://github.com/gabrielschulhof)",
|
|
"Gus Caplan (https://github.com/devsnek)",
|
|
"Hitesh Kanwathirtha (https://github.com/digitalinfinity)",
|
|
"Jake Barnes (https://github.com/DuBistKomisch)",
|
|
"Jake Yoon (https://github.com/yjaeseok)",
|
|
"Jason Ginchereau (https://github.com/jasongin)",
|
|
"Jim Schlight (https://github.com/jschlight)",
|
|
"Jinho Bang (https://github.com/romandev)",
|
|
"joshgarde (https://github.com/joshgarde)",
|
|
"Kevin Eady (https://github.com/KevinEady)",
|
|
"Konstantin Tarkus (https://github.com/koistya)",
|
|
"Kyle Farnung (https://github.com/kfarnung)",
|
|
"Luciano Martorella (https://github.com/lmartorella)",
|
|
"Matteo Collina (https://github.com/mcollina)",
|
|
"Michael Dawson (https://github.com/mhdawson)",
|
|
"Michele Campus (https://github.com/kYroL01)",
|
|
"Mikhail Cheshkov (https://github.com/mcheshkov)",
|
|
"Nicola Del Gobbo (https://github.com/NickNaso)",
|
|
"Nick Soggin (https://github.com/iSkore)",
|
|
"Philipp Renoth (https://github.com/DaAitch)",
|
|
"Rolf Timmermans (https://github.com/rolftimmermans)",
|
|
"Ross Weir (https://github.com/ross-weir)",
|
|
"Ryuichi Okumura (https://github.com/okuryu)",
|
|
"Sampson Gao (https://github.com/sampsongao)",
|
|
"Sam Roberts (https://github.com/sam-github)",
|
|
"Taylor Woll (https://github.com/boingoing)",
|
|
"Thomas Gentilhomme (https://github.com/fraxken)",
|
|
"Tobias Nießen (https://github.com/tniessen)",
|
|
"Tux3 (https://github.com/tux3)",
|
|
"Yohei Kishimoto (https://github.com/morokosi)"
|
|
],
|
|
"dependencies": {},
|
|
"description": "Node.js API (N-API)",
|
|
"devDependencies": {
|
|
"safe-buffer": "^5.1.1"
|
|
},
|
|
"directories": {},
|
|
"homepage": "https://github.com/nodejs/node-addon-api",
|
|
"keywords": ["n-api", "napi", "addon", "native", "bindings", "c", "c++", "nan", "node-addon-api"],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "node-addon-api",
|
|
"optionalDependencies": {},
|
|
"readme": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nodejs/node-addon-api.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "node-gyp rebuild -C test",
|
|
"test": "node test",
|
|
"predev": "node-gyp rebuild -C test --debug",
|
|
"dev": "node test",
|
|
"predev:incremental": "node-gyp configure build -C test --debug",
|
|
"dev:incremental": "node test",
|
|
"doc": "doxygen doc/Doxyfile"
|
|
},
|
|
"version": "1.7.2"
|
|
}
|