forked from node-gfx/node-canvas-prebuilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "@scarlett-game-studio/canvas-prebuilt",
"description": "Prebuilt versions of node-canvas for electron as a drop-in replacement",
"version": "2.0.0-alpha.13-electron",
"author": "Caleb Hearon <[email protected]> and changed Luís Fernandes aka Apidcloud <[email protected]>",
"browser": "canvas/browser.js",
"keywords": [
"canvas",
"graphic",
"graphics",
"pixman",
"cairo",
"image",
"images",
"pdf"
],
"scripts": {
"install": "node-pre-gyp install",
"test": "echo No test needed"
},
"binary": {
"module_name": "canvas-prebuilt",
"module_path": "canvas/build/Release",
"host": "https://github.com/scarlettgamestudio/node-canvas-prebuilt/releases/download/",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
},
"homepage": "https://github.com/scarlettgamestudio/node-canvas-prebuilt",
"repository": "git://github.com/scarlettgamestudio/node-canvas-prebuilt.git",
"main": "./canvas/index.js",
"license": "MIT",
"dependencies": {
"node-pre-gyp": "^0.10.0",
"nan": "^2.9.2",
"detect-libc": "^1.0.3"
}
}