{
    "name": "skia-n-api",
    "version": "0.0.4",
    "description": "The N-API bindings for Skia Graphics Library",
    "main": "index.js",
    "devDependencies": {
        "node-gyp": "^3.8.0",
        "nunjucks": "^3.2.0",
        "xml-js": "^1.6.11",
        "glfw-n-api": "^0.0.4"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Reon90/skiaJS.git"
    },
    "keywords": [
        "skia",
        "N-API",
        "bindings",
        "opengl",
        "vulkan",
        "graphics library"
    ],
    "author": "Artem Kunets",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Reon90/skiaJS/issues"
    },
    "scripts": {
        "run": "node examples/index.js",
        "build": "node-gyp build"
    },
    "gypfile": false
}

