-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcomposer.json
61 lines (61 loc) · 1.71 KB
/
composer.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
{
"name": "marknotes",
"description": "Script that will transform your notes taken in the Markdown format (.md files) into a rich website",
"keywords": ["markdown", "marknotes", "notes", "documentations", "evernote-like"],
"homepage": "https://github.com/cavo789/marknotes",
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.0",
"erusev/parsedown": "~1.4",
"erusev/parsedown-extra": "^0.7.1",
"twitter/bootstrap": "^3.3",
"datatables/datatables": "^1.10",
"fortawesome/font-awesome": "^4.7",
"components/jquery": "^3.1",
"vakata/jstree": "^3.3",
"needim/noty": "^2.4",
"dompdf/dompdf": "^0.7.0",
"phenx/php-font-lib": "^0.4.0",
"jolicode/jolitypo": "^1.0",
"monolog/monolog": "^1.22",
"drmonty/datatables-buttons": "^1.3",
"symfony/yaml": "^3.3",
"cocur/slugify": "^3.0",
"leblanc-simon/parsedown-checkbox": "^0.0.2",
"matthiasmullie/minify": "^1.3",
"jaybizzle/crawler-detect": "1.*",
"guzzlehttp/guzzle": "^6.3",
"stichoza/google-translate-php": "^3.2",
"league/flysystem": "^1.0",
"spatie/flysystem-dropbox": "^1.0",
"phpFastCache/phpFastCache": "^6.0",
"tracy/tracy": "^2.4"
},
"config": {
"preferred-install": "dist"
},
"authors": [{
"name": "Christophe Avonture",
"email": "[email protected]",
"homepage": "https://www.aesecure.com",
"role": "Developer"
}],
"support": {
"source": "https://github.com/cavo789/marknotes",
"issues": "https://github.com/cavo789/marknotes/issues",
"docs": "https://github.com/cavo789/marknotes/blob/master/readme.md"
},
"scripts": {
"post-install-cmd": [
"post-composer.bat"
],
"post-update-cmd": [
"post-composer.bat"
]
},
"require-dev": {
"sebastian/phpcpd": "^2.0",
"phpmd/phpmd": "^2.6"
}
}