teocli-nbind
Version:
Teonet native C++ client build with NBind
29 lines (28 loc) • 613 B
JSON
{
"name": "teocli-nbind",
"version": "0.0.4",
"description": "Teonet native C++ client build with NBind",
"main": "index.js",
"scripts": {
"test": "node index.js",
"autogypi": "autogypi",
"node-gyp": "node-gyp",
"emcc-path": "emcc-path",
"copyasm": "copyasm",
"install": "autogypi && node-gyp configure build"
},
"keywords": [
"teonet",
"teocli",
"nbind",
"c++"
],
"author": "Kirill Scherba <kirill@scherba.ru>",
"license": "MIT",
"dependencies": {
"teocli-l0": "",
"autogypi": "^0.2.2",
"nbind": "^0.3.15",
"node-gyp": "^3.6.2"
}
}