neon-runtime 0.3.0

Exposes Node and V8 C++ API's for use by Neon.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "main": "index.js",
  "scripts": {
    "preinstall": "echo 'Skipping node-gyp installation as part of npm install.'",
    "configure-release": "node-gyp configure --verbose",
    "configure-debug": "node-gyp configure --verbose --debug",
    "build-release": "node-gyp build",
    "build-debug": "node-gyp build --debug"
  },
  "dependencies": {
    "bindings": "1.2.1",
    "node-gyp": "^3.5.0",
    "nan": "^2.14.0"
  }
}