{
  "name": "lnklib",
  "version": "0.0.1",
  "description": "Load and use dynamic libraries",
  "main": "lib/index.js",
  "scripts": {
    "postinstall": "npm run build",
    "build": "node ./node_modules/node-gyp/bin/node-gyp configure build",
    "clean": "node ./node_modules/node-gyp/bin/node-gyp clean",
    "rebuild": "node ./node_modules/node-gyp/bin/node-gyp rebuild"
  },
  "keywords": [
    "lnklib",
    "link",
    "DLL",
    "so"
  ],
  "contributors": [
    {
      "name": "Bryan Way",
      "email": "bryanwayb@gmail.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bryanwayb/lnklib.git"
  },
  "dependencies": {
    "node-gyp": "^2.0.2"
  }
}
