-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 837 Bytes
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
{
"name": "tw5-vis-network",
"version": "10.6.3",
"description": "TiddlyWiki5 plugin for the vis-network library",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "tiddlywiki --build test",
"bundle": "tiddlywiki --build bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flibbles/tw5-vis-network.git"
},
"keywords": [
"visualization",
"graphs",
"tiddlywiki5",
"tiddlywiki-plugin"
],
"author": "Flibbles",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flibbles/tw5-vis-network/issues"
},
"homepage": "https://github.com/flibbles/tw5-vis-network#readme",
"files": [
"plugins/"
],
"tiddlywiki": {
"flibbles/vis-network": "./plugins/vis-network/"
},
"devDependencies": {
"tiddlywiki": "^5.3.0"
}
}