{
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "dependencies": {
    "array-index": "1",
    "debug": "2",
    "ref-napi": "^1.4.2"
  },
  "description": "Create C \"array\" instances on top of Buffers. Supports Node 6, 7, 8, 10, 12.",
  "devDependencies": {
    "bindings": "1",
    "mocha": "3",
    "nan": "2"
  },
  "homepage": "https://github.com/Janealter/ref-array-napi#readme",
  "license": "MIT",
  "main": "./lib/array.js",
  "name": "ref-array-napi",
  "repository": {
    "type": "git",
    "url": "git://github.com/Janealter/ref-array-napi.git"
  },
  "version": "1.2.1"
}