2017-10-11 16:17:54 +08:00
|
|
|
{
|
|
|
|
"name": "konva-node",
|
2020-09-25 22:09:35 +08:00
|
|
|
"version": "0.11.2",
|
2017-10-11 16:17:54 +08:00
|
|
|
"description": "Konva framework for NodeJS env",
|
|
|
|
"main": "index.js",
|
2017-10-19 17:06:27 +08:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
2017-10-11 16:17:54 +08:00
|
|
|
"typings": "./node_modules/konva/konva.d.ts",
|
|
|
|
"scripts": {},
|
2017-10-19 17:06:27 +08:00
|
|
|
"keywords": [
|
|
|
|
"canvas",
|
|
|
|
"animations",
|
|
|
|
"graphic",
|
|
|
|
"html5"
|
|
|
|
],
|
2017-10-11 16:17:54 +08:00
|
|
|
"author": "Anton Lavrenov",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/konvajs/konva/issues"
|
|
|
|
},
|
2019-02-24 09:54:20 +08:00
|
|
|
"homepage": "http://konvajs.org/",
|
2017-10-11 16:17:54 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/konvajs/konva.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-06-08 04:05:27 +08:00
|
|
|
"canvas": "^2.5.0",
|
2020-09-25 22:09:35 +08:00
|
|
|
"konva": "^7"
|
2017-10-11 16:17:54 +08:00
|
|
|
}
|
|
|
|
}
|