meathead
Version:
ZUI Mind Map
41 lines (40 loc) • 925 B
JSON
{
"name": "meathead",
"version": "1.0.1",
"description": "ZUI Mind Map",
"main": "index.html",
"scripts": {
"server": "http-server -c-1 -o .",
"save": "git add .; git commit -m 'Updated Release'; npm version patch; npm publish; git push --follow-tags;"
},
"keywords": [
"mind-map",
"zui",
"zoomable-ui",
"mindmap",
"visualization",
"interactive",
"canvas",
"svg",
"knowledge-graph",
"brainstorming"
],
"devDependencies": {
"http-server": "^14.1.1"
},
"author": "catpea (https://github.com/catpea)",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/catpea/meathead.git"
},
"bugs": {
"url": "https://github.com/catpea/meathead/issues"
},
"homepage": "https://catpea.github.io/meathead",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/catpea"
}
}