2017-11-23 18:14:38 +00:00
|
|
|
{
|
|
|
|
"name": "tools",
|
|
|
|
"version": "1.0.0",
|
2020-03-01 11:42:44 +00:00
|
|
|
"description": "Various tools for Joplin",
|
2017-11-23 18:14:38 +00:00
|
|
|
"main": "index.js",
|
2020-03-01 11:42:44 +00:00
|
|
|
"author": "Laurent Cozic",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/laurent22/joplin.git"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2017-11-23 18:14:38 +00:00
|
|
|
"dependencies": {
|
2018-02-01 20:15:31 +00:00
|
|
|
"app-module-path": "^2.2.0",
|
2018-02-27 20:04:38 +00:00
|
|
|
"fs-extra": "^4.0.3",
|
2017-12-04 17:55:06 +00:00
|
|
|
"gettext-parser": "^1.3.0",
|
2019-07-18 17:36:29 +00:00
|
|
|
"html-minifier": "^4.0.0",
|
2018-03-29 19:17:11 +00:00
|
|
|
"markdown-it": "^8.4.1",
|
2019-09-08 16:18:44 +00:00
|
|
|
"moment": "^2.24.0",
|
2017-12-04 18:16:14 +00:00
|
|
|
"mustache": "^2.3.0",
|
2018-01-17 20:16:13 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2020-01-24 15:19:22 +00:00
|
|
|
"request": "^2.88.0",
|
2018-02-27 20:04:38 +00:00
|
|
|
"string-padding": "^1.0.2",
|
2019-01-11 22:07:23 +00:00
|
|
|
"uri-template": "^1.0.1",
|
|
|
|
"yargs": "^12.0.5"
|
2020-03-10 23:01:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"md5-file": "^4.0.0"
|
2017-11-23 18:14:38 +00:00
|
|
|
}
|
|
|
|
}
|