UNPKG

nodefony

Version:
16 lines (15 loc) 283 B
{ "name": "hello_world", "version": "1.0.0", "description": "Node.js Addons Example", "main": "hello.js", "private": true, "dependencies": { "bindings": "~1.2.1", "node-addon-api": "^1.0.0" }, "scripts": { "test": "node hello.js" }, "gypfile": true }