UNPKG

@flyover/node-sdl2

Version:
30 lines (29 loc) 598 B
{ "name": "@flyover/node-sdl2", "version": "0.0.2", "author": "Flyover Games", "homepage": "http://flyovergames.com", "description": "Node SDL2 Package", "contributors": [ "Isaac Burns <isaacburns@gmail.com>" ], "main": "node-sdl2.js", "repository": { "type": "git", "url": "git+https://github.com/flyover/node-sdl2.git" }, "license": "MIT", "dependencies": { "nan": "2.x" }, "scripts": { "install": "node-gyp rebuild" }, "gypfile": true, "bugs": { "url": "https://github.com/flyover/node-sdl2/issues" }, "keywords": [ "SDL2" ] }