Merge pull request #1155 from shanawho/master

Used new bower.json format instead of deprecated component.json
This commit is contained in:
Juriy Zaytsev 2014-02-10 16:29:34 -05:00
commit a80502f957
2 changed files with 24 additions and 13 deletions

24
bower.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "fabric.js",
"version": "1.4.3",
"homepage": "http://fabricjs.com",
"authors": [
"kangax", "Kienz"
],
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"main": "./dist/all.min.js",
"keywords": [
"canvas",
"graphic",
"graphics",
"SVG",
"node-canvas",
"parser",
"HTML5",
"object model"
],
"license": "MIT",
"scripts": [
"./dist/fabric.js"
]
}

View file

@ -1,13 +0,0 @@
{
"name": "fabric.js",
"repo": "kangax/fabric.js",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"version": "1.4.3",
"keywords": ["canvas", "graphic", "graphics", "SVG", "node-canvas", "parser", "HTML5", "object model"],
"dependencies": {},
"development": {},
"license": "MIT",
"scripts": [
"./dist/fabric.js"
]
}