mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 11:16:12 +10:00
fabric.js can be found at: https://github.com/kangax/fabric.js and found 1.1.0 version via one of the latest commits.
31 lines
646 B
JSON
31 lines
646 B
JSON
{
|
|
"name": "fabric.js",
|
|
"filename": "fabric.all.min.js",
|
|
"version": "1.1.0",
|
|
"description": "A powerful and simple Javascript canvas library",
|
|
"homepage": "http://fabricjs.com/",
|
|
"keywords": [
|
|
"canvas",
|
|
"graphics",
|
|
"js"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Juriy Zaytsev",
|
|
"web": "https://github.com/kangax"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/kangax/fabric.js/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/kangax/fabric.js/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/kangax/fabric.js"
|
|
}
|
|
]
|
|
} |