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