-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 830 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 830 Bytes
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": "minsdl2js",
"version": "2.26.4",
"description": "Pure SDL2 bindings for NodeJS using ffi-napi",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PixelsuftJS/minsdl2js.git"
},
"keywords": [
"sdl2",
"sdl2-mixer",
"sdl2-ttf",
"sdl2-image",
"sdl2-gfx",
"sdl2-net",
"sdl2-sound",
"sdl2-rtf",
"node-ffi-napi",
"sdl2-wrapper"
],
"author": "Pixelsuft",
"license": "MIT",
"bugs": {
"url": "https://github.com/PixelsuftJS/minsdl2js/issues"
},
"homepage": "https://github.com/PixelsuftJS/minsdl2js#readme",
"dependencies": {
"ffi-napi": "^4.0.3",
"ref-array-di": "^1.2.2",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1"
}
}