khai-first-node-cpp
Version:
My helloworld C++ addon for NodeJS
30 lines (29 loc) • 782 B
JSON
{
"name": "khai-first-node-cpp",
"version": "0.0.4",
"description": "My helloworld C++ addon for NodeJS",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/khai-test-repositories/khai-first-node-cpp.git"
},
"keywords": [
"helloworld"
],
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/khai-test-repositories/khai-first-node-cpp/issues"
},
"homepage": "https://github.com/khai-test-repositories/khai-first-node-cpp#readme",
"devDependencies": {
"node-gyp": "^3.3.1"
},
"scripts": {
"configure": "node-gyp configure",
"build": "node-gyp build"
},
"engines": {
"node": ">= 6.0.0"
}
}