UNPKG

585 BJSONView Raw
1{
2 "name": "fabric.js",
3 "homepage": "http://fabricjs.com",
4 "authors": [
5 "kangax", "Kienz", "asturur"
6 ],
7 "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
8 "main": "./dist/fabric.min.js",
9 "ignore": [
10 "lib",
11 "src",
12 "test",
13 "build_all",
14 "build.js",
15 "build.sh",
16 "create_build_script.js",
17 "test.js",
18 "HEADER.js"
19 ],
20 "keywords": [
21 "canvas",
22 "graphic",
23 "graphics",
24 "SVG",
25 "node-canvas",
26 "parser",
27 "HTML5",
28 "object model"
29 ],
30 "license": "MIT"
31}