{
    "name": "@natoune/glfw-js",
    "version": "0.0.6",
    "description": "The N-API bindings for GLFW",
    "main": "index.js",
    "devDependencies": {
        "node-gyp": "^3.8.0",
        "nunjucks": "^3.2.0",
        "typedoc": "^0.25.0",
        "xml-js": "^1.6.11"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Natoune/glfwJS.git"
    },
    "keywords": [
        "GLFW",
        "N-API",
        "bindings",
        "opengl",
        "vulkan"
    ],
    "author": "Artem Kunets",
    "contributors": [
        {
            "name": "Natoune",
            "email": "contact@natoune.fr",
            "url": "https://www.natoune.fr/"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Natoune/glfwJS/issues"
    },
    "scripts": {
        "run": "node examples/index.js",
        "build": "node-gyp build"
    },
    "gypfile": false
}
