-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 886 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"bugs": {
"url": "https://github.com/node-xr/napi-bind/issues"
},
"author": "Pras Velagapudi (https://github.com/psigen)",
"maintainers": [
"Pras Velagapudi (https://github.com/psigen)",
"Pyry Matikainen (https://github.com/PyryM)"
],
"dependencies": {},
"description": "Node.js API (N-API) automated C-style function bindings",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
},
"homepage": "https://github.com/node-xr/napi-bind",
"keywords": [
"n-api",
"napi",
"addon",
"native",
"bindings",
"c",
"c++"
],
"license": "MIT",
"main": "index.js",
"name": "napi-bind",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/node-xr/napi-bind.git"
},
"scripts": {
"pretest": "node-gyp rebuild -C test",
"test": "mocha test"
},
"version": "0.2.0"
}