node-sdl2
Version:
Bindings for SDL2 in Node
38 lines (37 loc) • 809 B
JSON
{
"name": "node-sdl2",
"version": "2.1.2",
"description": "Bindings for SDL2 in Node",
"main": "index.js",
"dependencies": {
"ffi": "^2.0.0",
"ref": "^1.3.2",
"ref-array": "^1.1.2",
"ref-struct": "^1.0.2",
"ref-union": "^1.0.1",
"sdl2-gfx": "^2.0.2",
"sdl2-image": "^2.0.3",
"sdl2-ttf": "^2.0.3"
},
"devDependencies": {
"ffi-gen": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zetsingithub/node-sdl2.git"
},
"keywords": [
"node",
"sdl2",
"binding"
],
"author": "Zetsin",
"license": "MIT",
"bugs": {
"url": "https://github.com/zetsingithub/node-sdl2/issues"
},
"homepage": "https://github.com/zetsingithub/node-sdl2"
}