1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/package.json

82 lines
1.8 KiB
JSON
Raw Normal View History

2017-06-06 00:00:02 +02:00
{
2017-07-12 22:39:47 +02:00
"name": "joplin",
2017-10-21 20:07:56 +02:00
"description": "Joplin CLI Client",
2017-06-29 22:52:52 +02:00
"license": "MIT",
2017-10-21 20:07:56 +02:00
"author": "Laurent Cozic",
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
2017-10-21 20:07:56 +02:00
},
2017-06-29 22:52:52 +02:00
"repository": {
"type": "git",
"url": "https://github.com/laurent22/joplin"
},
2017-10-21 20:07:56 +02:00
"copyright": {
"title": "Joplin CLI",
"years": [
2016,
2018-01-03 21:20:16 +02:00
2017,
2018
2017-10-21 20:07:56 +02:00
],
"owner": "Laurent Cozic"
},
2018-06-14 23:42:43 +02:00
"version": "1.0.108",
2017-06-25 18:30:44 +02:00
"bin": {
2017-08-04 22:15:55 +02:00
"joplin": "./main.js"
2017-06-25 18:30:44 +02:00
},
2017-10-21 20:07:56 +02:00
"engines": {
"node": ">=8.7.0"
},
2017-06-09 00:24:40 +02:00
"dependencies": {
"app-module-path": "^2.2.0",
"async-mutex": "^0.1.3",
"base-64": "^0.1.0",
2018-01-09 21:56:38 +02:00
"compare-version": "^0.1.2",
"es6-promise-pool": "^2.5.0",
"follow-redirects": "^1.2.4",
2017-06-09 00:24:40 +02:00
"form-data": "^2.1.4",
2017-12-22 20:58:09 +02:00
"fs-extra": "^5.0.0",
2017-11-07 01:56:33 +02:00
"html-entities": "^1.2.1",
"html-minifier": "^3.5.15",
"image-type": "^3.0.0",
2018-06-25 19:19:27 +02:00
"joplin-turndown": "^4.0.7",
"joplin-turndown-plugin-gfm": "^1.0.7",
2017-06-09 00:24:40 +02:00
"jssha": "^2.3.0",
2017-07-12 22:39:47 +02:00
"levenshtein": "^1.0.5",
2017-06-29 22:52:52 +02:00
"lodash": "^4.17.4",
"md5": "^2.2.1",
"mime": "^2.0.3",
2017-06-09 00:24:40 +02:00
"moment": "^2.18.1",
2017-11-20 21:01:19 +02:00
"node-emoji": "^1.8.1",
2017-06-09 00:24:40 +02:00
"node-fetch": "^1.7.1",
"node-persist": "^2.1.0",
2017-06-09 00:24:40 +02:00
"promise": "^7.1.1",
2017-07-17 21:37:59 +02:00
"proper-lockfile": "^2.0.1",
2017-06-15 23:17:56 +02:00
"query-string": "4.3.4",
"read-chunk": "^2.1.0",
2017-10-07 22:04:53 +02:00
"redux": "^3.7.2",
2017-06-09 00:24:40 +02:00
"sax": "^1.2.2",
2017-06-22 23:52:27 +02:00
"server-destroy": "^1.0.1",
"sharp": "^0.18.4",
2017-06-11 23:11:14 +02:00
"sprintf-js": "^1.1.1",
"sqlite3": "^3.1.8",
2017-07-12 22:39:47 +02:00
"string-padding": "^1.0.2",
2017-06-09 00:24:40 +02:00
"string-to-stream": "^1.1.0",
"strip-ansi": "^4.0.0",
"tar": "^4.4.0",
2017-06-22 21:44:38 +02:00
"tcp-port-used": "^0.1.2",
2018-05-09 13:39:27 +02:00
"tkwidgets": "^0.5.26",
"url-parse": "^1.2.0",
2017-06-11 23:11:14 +02:00
"uuid": "^3.0.1",
"valid-url": "^1.0.9",
2017-10-05 19:17:56 +02:00
"word-wrap": "^1.2.3",
2018-01-21 19:01:37 +02:00
"xml2js": "^0.4.19",
2017-10-05 19:17:56 +02:00
"yargs-parser": "^7.0.0"
2017-06-09 00:24:40 +02:00
},
"devDependencies": {
"jasmine": "^2.6.0"
2017-06-09 00:24:40 +02:00
},
"scripts": {
"test": "jasmine"
2017-06-09 00:24:40 +02:00
}
2017-06-06 00:00:02 +02:00
}