UNPKG
nobind17
Version:
latest (2.0.1)
next (2.0.0-rc.3)
2.0.1
2.0.0
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Next-gen binding framework for Node.js / Node-API
github.com/mmomtchev/nobind
mmomtchev/nobind
nobind17
/
example
/
package.json
11 lines
(10 loc)
•
224 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"name"
:
"test_package"
,
"version"
:
"1.0.0"
,
"description"
:
"nobind test package"
,
"author"
:
"Momtchil Momtchev <momtchil
@momtchev
.com>"
,
"license"
:
"ISC"
,
"dependencies"
: {
"node-addon-api"
:
"^7.0.0"
} }