fabric.js/package.json

26 lines
800 B
JSON
Raw Normal View History

{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "0.8.52",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
2011-11-28 04:59:18 +00:00
"repository": "git://github.com/kangax/fabric.js",
2012-02-14 17:50:11 +00:00
"licenses": [{
"type": "MIT",
"url": "http://github.com/kangax/fabric.js/raw/master/LICENSE"
}],
"scripts": {
"build": "node build.js modules=ALL exclude=json,cufon",
"test": "node test.js"
},
"dependencies": {
2012-08-13 14:12:11 +00:00
"canvas": "0.13.0",
"jsdom": ">=0.2.3",
2012-05-30 11:58:08 +00:00
"xmldom": ">=0.1.7"
2012-05-25 11:40:13 +00:00
},
"devDependencies": {
"qunit": "0.5.x"
},
"engines": { "node": ">= 0.4.0 && <=0.8.6" },
2012-05-25 11:40:13 +00:00
"main": "./dist/all.js"
}