mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"name": "joplin",
|
|
"description": "Joplin CLI Client",
|
|
"license": "MIT",
|
|
"author": "Laurent Cozic",
|
|
"bugs": {
|
|
"url": "https://github.com/laurent22/joplin/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/laurent22/joplin"
|
|
},
|
|
"copyright": {
|
|
"title": "Joplin CLI",
|
|
"years": [
|
|
2016,
|
|
2017,
|
|
2018
|
|
],
|
|
"owner": "Laurent Cozic"
|
|
},
|
|
"version": "1.0.97",
|
|
"bin": {
|
|
"joplin": "./main.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.7.0"
|
|
},
|
|
"dependencies": {
|
|
"app-module-path": "^2.2.0",
|
|
"async-mutex": "^0.1.3",
|
|
"base-64": "^0.1.0",
|
|
"compare-version": "^0.1.2",
|
|
"follow-redirects": "^1.2.4",
|
|
"form-data": "^2.1.4",
|
|
"fs-extra": "^5.0.0",
|
|
"html-entities": "^1.2.1",
|
|
"jssha": "^2.3.0",
|
|
"levenshtein": "^1.0.5",
|
|
"lodash": "^4.17.4",
|
|
"md5": "^2.2.1",
|
|
"mime": "^2.0.3",
|
|
"moment": "^2.18.1",
|
|
"node-emoji": "^1.8.1",
|
|
"node-fetch": "^1.7.1",
|
|
"node-persist": "^2.1.0",
|
|
"os-tmpdir": "^1.0.2",
|
|
"promise": "^7.1.1",
|
|
"proper-lockfile": "^2.0.1",
|
|
"query-string": "4.3.4",
|
|
"redux": "^3.7.2",
|
|
"sax": "^1.2.2",
|
|
"server-destroy": "^1.0.1",
|
|
"sharp": "^0.18.4",
|
|
"sprintf-js": "^1.1.1",
|
|
"sqlite3": "^3.1.8",
|
|
"string-padding": "^1.0.2",
|
|
"string-to-stream": "^1.1.0",
|
|
"strip-ansi": "^4.0.0",
|
|
"tcp-port-used": "^0.1.2",
|
|
"tkwidgets": "^0.5.25",
|
|
"url-parse": "^1.2.0",
|
|
"uuid": "^3.0.1",
|
|
"word-wrap": "^1.2.3",
|
|
"xml2js": "^0.4.19",
|
|
"yargs-parser": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine": "^2.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "jasmine"
|
|
}
|
|
}
|