nanny-sys 0.0.6

Exposes Node and V8 C++ API's for use by nanny.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  }
}