1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "fabric.js",
- "homepage": "http://fabricjs.com",
- "authors": [
- "kangax",
- "Kienz",
- "asturur"
- ],
- "description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
- "main": "./dist/fabric.min.js",
- "ignore": [
- "lib",
- "src",
- "test",
- "build_all",
- "build.js",
- "build.sh",
- "create_build_script.js",
- "test.js",
- "HEADER.js"
- ],
- "keywords": [
- "canvas",
- "graphic",
- "graphics",
- "SVG",
- "node-canvas",
- "parser",
- "HTML5",
- "object model"
- ],
- "license": "MIT",
- "version": "1.7.9",
- "_release": "1.7.9",
- "_resolution": {
- "type": "version",
- "tag": "v1.7.9",
- "commit": "6e2deabcb3eb2f74285892e75e5b05a2242888d2"
- },
- "_source": "https://github.com/kangax/fabric.js.git",
- "_target": "^1.7.9",
- "_originalSource": "fabric",
- "_direct": true
- }
|