forked from Reon90/skiaJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 778 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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,
"dependencies": {
"heapdump": "^0.3.15",
"yoga-layout": "^1.9.3"
}
}