forked from nodejs/node-addon-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 KB
/
package.json
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
{
"bugs": {
"url": "https://github.com/nodejs/node-addon-api/issues"
},
"contributors": [
"Anna Henningsen (https://github.com/addaleax)",
"Arunesh Chandra (https://github.com/aruneshchandra)",
"Benjamin Byholm (https://github.com/kkoopa)",
"Gabriel Schulhof (https://github.com/gabrielschulhof)",
"Hitesh Kanwathirtha (https://github.com/digitalinfinity)",
"Jason Ginchereau (https://github.com/jasongin)",
"Michael Dawson (https://github.com/mhdawson)",
"Sampson Gao (https://github.com/sampsongao)",
"Taylor Woll (https://github.com/boingoing)"
],
"dependencies": {},
"description": "Node.js API (N-API)",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/nodejs/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"
},
"version": "0.4.0"
}