UNPKG

@flyover/node-sdl2_mixer

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