nodejs 0.2.2

Embedding Node.js in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "napi_module",
  "version": "0.0.0",
  "description": "Node.js native addon for testing",
  "main": "addon.js",
  "private": true,
  "dependencies": {
    "bindings": "~1.2.1",
    "node-addon-api": "^1.0.0"
  },
  "gypfile": true
}