mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
32 lines
618 B
JSON
32 lines
618 B
JSON
{
|
|
"name": "konva-node",
|
|
"version": "0.9.0",
|
|
"description": "Konva framework for NodeJS env",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"typings": "./node_modules/konva/konva.d.ts",
|
|
"scripts": {},
|
|
"keywords": [
|
|
"canvas",
|
|
"animations",
|
|
"graphic",
|
|
"html5"
|
|
],
|
|
"author": "Anton Lavrenov",
|
|
"bugs": {
|
|
"url": "https://github.com/konvajs/konva/issues"
|
|
},
|
|
"homepage": "http://konvajs.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/konvajs/konva.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"canvas": "^2.5.0",
|
|
"konva": "^3.3.2"
|
|
}
|
|
}
|