mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"name": "@joplin/app-clipper",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "cd popup && npm install"
|
|
},
|
|
"version": "1.0.8",
|
|
"description": "Joplin Web Clipper",
|
|
"main": "main.js",
|
|
"author": "Laurent Cozic",
|
|
"license": "AGPL-3.0-or-later"
|
|
}
|