{
  "name": "fixed-ffi",
  "version": "12.2.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": "fixed-ffi",
  "keywords": [
    "foreign",
    "function",
    "interface",
    "ffi",
    "libffi",
    "binding",
    "c"
  ],
  "homepage": "http://github.com/tinysec/fixed-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/tinysec/fixed-ffi.git"
  },
  "bugs": {
    "url": "http://github.com/tinysec/fixed-ffi/issues"
  }
}
