UNPKG

canvas

Version:
57 lines (56 loc) 1.61 kB
{ "name": "canvas", "description": "Canvas graphics API backed by Cairo", "version": "2.0.1", "author": "TJ Holowaychuk <tj@learnboost.com>", "main": "index.js", "browser": "browser.js", "contributors": [ "Nathan Rajlich <nathan@tootallnate.net>", "Rod Vagg <r@va.gg>", "Juriy Zaytsev <kangax@gmail.com>" ], "keywords": [ "canvas", "graphic", "graphics", "pixman", "cairo", "image", "images", "pdf" ], "homepage": "https://github.com/Automattic/node-canvas", "repository": "git://github.com/Automattic/node-canvas.git", "scripts": { "prebenchmark": "node-gyp build", "benchmark": "node benchmarks/run.js", "pretest": "standard examples/*.js test/server.js test/public/*.js benchmark/run.js util/has_lib.js browser.js index.js && node-gyp build", "test": "mocha test/*.test.js", "pretest-server": "node-gyp build", "test-server": "node test/server.js", "install": "node-pre-gyp install --fallback-to-build" }, "binary": { "module_name": "canvas-prebuilt", "module_path": "build/Release", "host": "https://github.com/node-gfx/node-canvas-prebuilt/releases/download/", "remote_path": "v{version}", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz" }, "dependencies": { "nan": "^2.11.1", "node-pre-gyp": "^0.11.0" }, "devDependencies": { "assert-rejects": "^1.0.0", "express": "^4.16.3", "mocha": "^5.2.0", "pixelmatch": "^4.0.2", "standard": "^12.0.1" }, "engines": { "node": ">=6" }, "license": "MIT" }