UNPKG

997 BJSONView Raw
1{
2 "name": "canvg",
3 "version": "3.0.6",
4 "description": "JavaScript SVG parser and renderer on Canvas.",
5 "authors": [
6 {
7 "name": "Gabe Lerner",
8 "email": "gabelerner@gmail.com"
9 },
10 {
11 "name": "Brett Zamir"
12 },
13 {
14 "name": "Dan Green",
15 "url": "https://twitter.com/dangreen58"
16 }
17 ],
18 "license": "MIT",
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/canvg/canvg"
22 },
23 "bugs": {
24 "url": "https://github.com/canvg/canvg/issues"
25 },
26 "main": "lib/index.js",
27 "module": "lib/index.es.js",
28 "raw": "lib/index.babel.js",
29 "umd": "lib/umd.js",
30 "types": "lib/index.d.ts",
31 "engines": {
32 "node": ">=8.0.0"
33 },
34 "keywords": [
35 "javascript",
36 "client",
37 "browser",
38 "svg",
39 "canvas"
40 ],
41 "dependencies": {
42 "@babel/runtime": "^7.6.3",
43 "@types/raf": "^3.4.0",
44 "core-js": "3",
45 "raf": "^3.4.1",
46 "rgbcolor": "^1.0.1",
47 "stackblur-canvas": "^2.0.0"
48 },
49 "files": [
50 "lib"
51 ]
52}