mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
30 lines
701 B
JSON
30 lines
701 B
JSON
{
|
|
"name": "tools",
|
|
"version": "1.0.0",
|
|
"description": "Various tools for Joplin",
|
|
"main": "index.js",
|
|
"author": "Laurent Cozic",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/laurent22/joplin.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"app-module-path": "^2.2.0",
|
|
"fs-extra": "^4.0.3",
|
|
"gettext-parser": "^1.3.0",
|
|
"html-minifier": "^4.0.0",
|
|
"markdown-it": "^8.4.1",
|
|
"md5-file": "^4.0.0",
|
|
"moment": "^2.24.0",
|
|
"momentjs": "^2.0.0",
|
|
"mustache": "^2.3.0",
|
|
"node-fetch": "^1.7.3",
|
|
"request": "^2.88.0",
|
|
"sharp": "^0.25.2",
|
|
"string-padding": "^1.0.2",
|
|
"uri-template": "^1.0.1",
|
|
"yargs": "^12.0.5"
|
|
}
|
|
}
|