mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 11:21:51 +00:00
Merge pull request #1155 from shanawho/master
Used new bower.json format instead of deprecated component.json
This commit is contained in:
commit
a80502f957
2 changed files with 24 additions and 13 deletions
24
bower.json
Normal file
24
bower.json
Normal 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"
|
||||
]
|
||||
}
|
||||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue