Files
mind-map/simple-mind-map/package.json
2022-06-08 14:30:45 +08:00

37 lines
701 B
JSON

{
"name": "simple-mind-map",
"version": "0.1.7",
"description": "一个简单的web在线思维导图",
"authors": [
{
"name": "街角小林",
"email": "1013335014@qq.com"
},
{
"name": "理想青年实验室",
"url": "http://lxqnsys.com/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wanglin2/mind-map"
},
"scripts": {},
"main": "index.js",
"type": "module",
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"canvg": "^3.0.7",
"deepmerge": "^1.5.2",
"eventemitter3": "^4.0.7"
},
"keywords": [
"javascript",
"svg",
"mind-map",
"mindMap",
"MindMap"
]
}