forked from joshmarinacci/aminogfx-gl
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
{
"name": "aminogfx-gl",
"version": "2.0.0",
"description": "AminoGfx implementation for OpenGL 2 / OpenGL ES 2",
"main": "main.js",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
},
"binary": {
"module_name": "aminonative",
"module_path": "./build/binding/",
"host": "https://joshondesign.com/p/apps/aminogfx/builds/"
},
"repository": {
"type": "git",
"url": "https://github.com/joshmarinacci/aminogfx-gl.git"
},
"dependencies": {
"async": "^3.2.4",
"nan": "^2.17.0",
"node-pre-gyp": "^0.15.0",
"onecolor": "^4.0.0",
"request": "^2.88.2",
"sharp": "^0.32.1"
},
"maintainers": [
{
"name": "Josh Marinacci",
"email": "[email protected]",
"url": "http://joshondesign.com/"
},
{
"name": "Christoph Bratschi",
"email": "[email protected]",
"url": "https://appamics.com/"
}
],
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/joshmarinacci/aminogfx-gl/issues"
},
"homepage": "https://github.com/joshmarinacci/aminogfx-gl",
"devDependencies": {
"eslint": "^8.40.0",
"feedparser": "^2.2.10"
}
}