2012-05-11 11:31:30 +00:00
|
|
|
{
|
|
|
|
|
"name": "fabric",
|
2012-05-28 13:22:37 +00:00
|
|
|
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
|
2013-02-03 16:01:39 +00:00
|
|
|
"version": "1.0.5",
|
2012-05-11 11:31:30 +00:00
|
|
|
"author": "Juriy Zaytsev <kangax@gmail.com>",
|
2011-08-16 19:57:07 +00:00
|
|
|
"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"
|
|
|
|
|
}],
|
2011-08-16 19:57:07 +00:00
|
|
|
"scripts": {
|
2013-01-17 18:04:02 +00:00
|
|
|
"build": "node build.js modules=ALL exclude=json,cufon,gestures",
|
2012-07-29 20:48:34 +00:00
|
|
|
"test": "node test.js"
|
2012-05-11 11:31:30 +00:00
|
|
|
},
|
2011-08-16 19:57:07 +00:00
|
|
|
"dependencies": {
|
2013-01-17 18:00:01 +00:00
|
|
|
"canvas": "~1.0.0",
|
2012-05-11 11:31:30 +00:00
|
|
|
"jsdom": ">=0.2.3",
|
2012-05-30 11:58:08 +00:00
|
|
|
"xmldom": ">=0.1.7"
|
2012-05-25 11:40:13 +00:00
|
|
|
},
|
2012-07-29 20:48:34 +00:00
|
|
|
"devDependencies": {
|
2012-10-14 00:53:12 +00:00
|
|
|
"qunit": "0.5.x",
|
2012-10-17 09:19:41 +00:00
|
|
|
"jshint": "0.9.x",
|
2013-01-21 20:14:51 +00:00
|
|
|
"uglify-js": ">=2.0.0"
|
2012-07-29 20:48:34 +00:00
|
|
|
},
|
2013-01-17 18:04:02 +00:00
|
|
|
"engines": { "node": ">=0.4.0 && <1.0.0" },
|
2012-05-25 11:40:13 +00:00
|
|
|
"main": "./dist/all.js"
|
2011-08-16 19:57:07 +00:00
|
|
|
}
|