13 lines
415 B
JSON
13 lines
415 B
JSON
|
|
{
|
||
|
|
"name": "bindings",
|
||
|
|
"description": "Helper module for loading your native module's .node file",
|
||
|
|
"version": "1.3.0",
|
||
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git://github.com/TooTallNate/node-bindings.git"
|
||
|
|
},
|
||
|
|
"main": "./bindings.js",
|
||
|
|
"homepage": "https://github.com/TooTallNate/node-bindings",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|