-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
70 lines (70 loc) · 1.78 KB
/
package.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "tiddlymap",
"version": "0.17.20",
"author": "Felix Küppers <felix.kueppers@outlook.com>",
"description": "TiddlyMap is a TiddlyWiki plugin that turns your favorite personal note taking software in a wiki-concept-map hybrid!",
"license": "BSD-2-Clause",
"private": true,
"contributors": [
{
"name": "Individual contributors",
"url": "https://github.com/felixhayashi/TW5-TiddlyMap/blob/master/licenses/CLA-INDIVIDUAL.md"
},
{
"name": "Entity contributors",
"url": "https://github.com/felixhayashi/TW5-TiddlyMap/blob/master/licenses/CLA-INDIVIDUAL.md"
}
],
"repository": {
"type": "git",
"url": "https://github.com/felixhayashi/TW5-TiddlyMap"
},
"bugs": {
"url": "https://github.com/felixhayashi/TW5-TiddlyMap/issues"
},
"keywords": [
"tiddlywiki",
"tw5",
"wiki",
"mind map",
"concept mapt",
"visjs",
"vis",
"wiki",
"visualization",
"network",
"graph",
"knowledge management",
"browser"
],
"devDependencies": {
"async": "^2.1.4",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"beepbeep": "^1.2.0",
"del": "^2.0.0",
"eslint": "^3.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^6.1.2",
"gulp-bump": "^3.1.3",
"gulp-debug": "^4.0.0",
"gulp-esprima": "^0.1.0",
"gulp-if": "^3.0.0",
"gulp-jsdoc3": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-terser": "^1.2.0",
"gulp-util": "^3.0.8",
"ink-docstrap": "^1.3.0",
"is-there": "^4.3.1",
"sass": "^1.81.0",
"semver": "^5.1.0",
"tiddlywiki": "^5.1.20",
"yargs": "^14.0.0"
},
"scripts": {
"build": "gulp",
"build:production": "gulp --production"
}
}