Files
konva/konva-node/package.json

32 lines
619 B
JSON
Raw Normal View History

2017-10-11 12:17:54 +04:00
{
"name": "konva-node",
2019-07-12 14:11:42 +07:00
"version": "0.11.1",
2017-10-11 12:17:54 +04:00
"description": "Konva framework for NodeJS env",
"main": "index.js",
2017-10-19 14:36:27 +05:30
"files": [
"index.js"
],
2017-10-11 12:17:54 +04:00
"typings": "./node_modules/konva/konva.d.ts",
"scripts": {},
2017-10-19 14:36:27 +05:30
"keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
2017-10-11 12:17:54 +04:00
"author": "Anton Lavrenov",
"bugs": {
"url": "https://github.com/konvajs/konva/issues"
},
2019-02-23 20:54:20 -05:00
"homepage": "http://konvajs.org/",
2017-10-11 12:17:54 +04:00
"repository": {
"type": "git",
"url": "git://github.com/konvajs/konva.git"
},
"license": "MIT",
"dependencies": {
2019-06-07 15:05:27 -05:00
"canvas": "^2.5.0",
2019-06-07 15:31:22 -05:00
"konva": "^3.3.3"
2017-10-11 12:17:54 +04:00
}
}