-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 980 Bytes
/
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
{
"name": "monoto",
"version": "4.0.0",
"title": "Monoto Notes",
"description": "Monoto is a self-hostable web-based notes-keeper.",
"homepage": "https://yafp.github.io/monoto/",
"bugs": "https://github.com/yafp/monoto/issues",
"license": "GPL3",
"main": "",
"dependencies": {
"bootstrap": ">=4.2.1",
"ckeditor": ">=4.11.3",
"DataTables": ">=1.10.18",
"FontAwesome": ">=5.2.0",
"jquery": ">=3.3.0",
"mark.js": ">=9.0.0",
"noty": ">=2.4.1",
"select2": ">=4.0.5"
},
"author": {
"name": "Florian Poeck",
"url": "http://yafp.de"
},
"keywords": [
"Notes",
"notes-keeper",
"note-taking",
"self-hosted",
"self-host"
],
"repository": {
"type": "git",
"url": "https://github.com/yafp/monoto.git"
},
"contributors": [
{
"name": "jonboy",
"url": ""
}
]
}