-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "aminogfx-gl",
"version": "1.7.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": "^2.6.1",
"feedparser": "^2.2.9",
"moment": "^2.22.2",
"nan": "^2.11.0",
"node-pre-gyp": "0.11.x",
"onecolor": "^3.0.4",
"request": "^2.88.0"
},
"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"
}