-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "brainmap.js",
"version": "1.0.10",
"description": "A beautiful, interactive, and themeable mindmap library for creating hierarchical visualizations with editing capabilities",
"main": "brainmap.js",
"types": "brainmap.d.ts",
"scripts": {
"demo": "npx http-server . -p 8080 -o index.html",
"test": "echo \"No tests specified\" && exit 0",
"build": "echo \"No build process needed - vanilla JS library\" && exit 0"
},
"keywords": [
"mindmap",
"visualization",
"interactive",
"svg",
"tree",
"hierarchy",
"diagram",
"radial",
"mind-mapping",
"brainstorming",
"knowledge-map",
"browser",
"vanilla-js",
"no-dependencies",
"typescript",
"types"
],
"author": "Chiheb Nabil",
"license": "MIT",
"files": [
"brainmap.js",
"brainmap.css",
"brainmap.d.ts",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/chihebnabil/brainmap.js.git"
},
"bugs": {
"url": "https://github.com/chihebnabil/brainmap.js/issues"
},
"homepage": "https://github.com/chihebnabil/brainmap.js#readme",
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not ie <= 11"
],
"jsdelivr": "brainmap.js",
"unpkg": "brainmap.js"
}