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

34 lines
613 B
JSON
Raw Normal View History

{
"name": "demo-joplin",
2017-11-17 20:57:27 +02:00
"version": "1.0.8",
"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": "Demo for Joplin CLI",
"years": [
2016,
2018-01-03 21:20:16 +02:00
2017,
2018
],
"owner": "Laurent Cozic"
},
"dependencies": {
"fs-extra": "^4.0.2",
2017-11-17 20:57:27 +02:00
"joplin": "^0.10.69"
},
"author": "Laurent Cozic",
"license": "MIT"
}