{
  "scripts": {
    "autogypi": "autogypi",
    "node-gyp": "node-gyp",
    "emcc-path": "emcc-path",
    "copyasm": "copyasm",
    "ndts": "ndts",
    "init": "autogypi --init-gyp -p nbind -s hello.cc",
    "install": "node-gyp configure build",
    "test": "node index.js"
  },
  "dependencies": {
    "autogypi": "^0.2.2",
    "nbind": "^0.3.6",
    "node-gyp": "^3.3.1"
  }
}
