mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
18 lines
323 B
JSON
18 lines
323 B
JSON
{
|
|
"name": "joplin-webclipper",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readability-node": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^6.0.1"
|
|
}
|
|
}
|