forked from fabricjs/fabric.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "0.9.35",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"repository": "git://github.com/kangax/fabric.js",
"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": {
"canvas": "~0.13.0",
"jsdom": ">=0.2.3",
"xmldom": ">=0.1.7"
},
"devDependencies": {
"qunit": "0.5.x",
"jshint": "0.9.x",
"uglify-js": "1.3.x"
},
"engines": { "node": ">=0.4.0 && <0.9.0" },
"main": "./dist/all.js"
}