neon-sys 0.1.6

Exposes Node and V8 C++ API's for use by Neon.
{
  "main": "index.js",
  "scripts": {
    "configure-release": "node-gyp configure",
    "build-release": "node-gyp build",
    "configure-debug": "node-gyp configure -d",
    "build-debug": "node-gyp build -d"
  },
  "devDependencies": {
    "nan": "2.0.8",
    "node-gyp": "3.0.3"
  },
  "dependencies": {
    "bindings": "1.2.1"
  }
}