libui
Version:
Node.js bindings for libui
30 lines • 643 B
JSON
{
"name": "libui",
"version": "0.0.8",
"description": "Node.js bindings for libui",
"main": "index.js",
"keywords": [
"libui",
"desktop",
"GUI"
],
"repository": {
"type": "git",
"url": "git://github.com/mavenave/libui.js.git"
},
"license": "MIT",
"author": {
"name": "Chan Guan Hao",
"email": "guanhao3797@gmail.com",
"url": "http://mavenave.me"
},
"gypfile": true,
"engines": {
"node": ">=5"
},
"scripts": {
"example": "node example.js",
"preinstall": "ls libui; git submodule update --init; ls libui; cd libui; make;",
"postinstall": "cd ..; node-gyp build"
}
}