UNPKG

node-glfw

Version:

A NodeJS wrapper around GLFW 3.x library

41 lines (40 loc) 782 B
{ "name": "node-glfw", "version": "0.4.6", "description": "A NodeJS wrapper around GLFW 3.x library", "main": "index.js", "author": "Mikael Bourges-Sevenier <mikeseven@gmail.com>", "keywords": [ "glfw", "opengl", "3d", "graphics" ], "maintainers": [ { "name": "Mikael Bourges-Sevenier", "email": "mikeseven@gmail.com", "twitter": "msevenier" } ], "license" : "BSD-3-Clause", "repository": { "type": "git", "url": "https://github.com/mikeseven/node-glfw.git" }, "directories": { "src": "src", "lib": "lib", "test": "test" }, "engines": { "node": ">=3.0.0" }, "scripts": { "install": "node-gyp rebuild" }, "dependencies": { "bindings": "^1.2.1", "nan": "^2.1.0" } }