UNPKG

ffi

Version:

A foreign function interface (FFI) for Node.js

48 lines (47 loc) 1.05 kB
{ "name": "ffi", "version": "2.3.0", "license": "MIT", "author": "Rick Branson", "contributors": [ "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "Gabor Mezo <gabor.mezo@outlook.com> (https://github.com/unbornchikken)" ], "description": "A foreign function interface (FFI) for Node.js", "keywords": [ "foreign", "function", "interface", "ffi", "libffi", "binding", "c" ], "homepage": "http://github.com/node-ffi/node-ffi", "engines": { "node": ">=0.10.0" }, "main": "./lib/ffi", "dependencies": { "bindings": "~1.2.0", "debug": "2", "ref": "1", "ref-struct": "1", "nan": "2" }, "devDependencies": { "fs-extra": "^0.23.1", "mocha": "*", "ref-array": "1" }, "scripts": { "test": "node-gyp rebuild --directory test && mocha -gc --reporter spec" }, "repository": { "type": "git", "url": "http://github.com/node-ffi/node-ffi.git" }, "bugs": { "url": "http://github.com/node-ffi/node-ffi/issues" } }