1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/CliClientDemo/package.json
2017-10-28 00:20:03 +01:00

33 lines
592 B
JSON

{
"name": "demo-joplin",
"version": "1.0.3",
"description": "Demo for Joplin CLI",
"bin": {
"demo-joplin": "./index.js"
},
"bugs": {
"url": "https://github.com/laurent22/joplin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/laurent22/joplin"
},
"engines": {
"node": ">=8.7.0"
},
"copyright": {
"title": "Joplin CLI",
"years": [
2016,
2017
],
"owner": "Laurent Cozic"
},
"dependencies": {
"fs-extra": "^4.0.2",
"joplin": "^0.10.58"
},
"author": "Laurent Cozic",
"license": "MIT"
}