-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
35 lines (35 loc) · 972 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
{
"name": "canvas-prebuilt",
"description": "Prebuilt versions of node-canvas as a drop-in replacement",
"version": "2.0.0-alpha.13",
"author": "Caleb Hearon <crh0872@gmail.com>",
"browser": "canvas/browser.js",
"keywords": [
"canvas",
"graphic",
"graphics",
"pixman",
"cairo",
"image",
"images",
"pdf"
],
"scripts": {
"test": "echo No test needed"
},
"binary": {
"module_name": "canvas-prebuilt",
"module_path": "canvas/build/Release",
"host": "https://github.com/chearon/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/chearon/node-canvas-prebuilt",
"repository": "git://github.com/chearon/node-canvas-prebuilt.git",
"main": "./canvas/index.js",
"license": "MIT",
"dependencies": {
"nan": "^2.13.2",
"detect-libc": "^1.0.3"
}
}