mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
34 lines
613 B
JSON
34 lines
613 B
JSON
{
|
|
"name": "demo-joplin",
|
|
"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,
|
|
2017,
|
|
2018
|
|
],
|
|
"owner": "Laurent Cozic"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^4.0.2",
|
|
"joplin": "^0.10.69"
|
|
},
|
|
"author": "Laurent Cozic",
|
|
"license": "MIT"
|
|
}
|