forked from public/fvtt-cthulhu-eternal
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"name": "napi-macros",
|
|
"version": "2.2.2",
|
|
"description": "Set of utility macros to make writing N-API modules a little easier.",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mafintosh/napi-macros.git"
|
|
},
|
|
"files": [
|
|
"napi-macros.h",
|
|
"index.js"
|
|
],
|
|
"author": "Mathias Buus (@mafintosh)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/napi-macros/issues"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/napi-macros"
|
|
}
|