1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/packages/app-clipper/package.json

13 lines
265 B
JSON
Raw Normal View History

2018-05-16 15:16:14 +02:00
{
"name": "@joplin/app-clipper",
2020-11-05 18:58:23 +02:00
"private": true,
2020-11-06 23:41:12 +02:00
"scripts": {
"postinstall": "cd popup && npm install"
},
2020-11-05 18:58:23 +02:00
"version": "1.0.8",
2020-02-23 23:04:14 +02:00
"description": "Joplin Web Clipper",
2018-05-16 15:16:14 +02:00
"main": "main.js",
2020-02-23 23:04:14 +02:00
"author": "Laurent Cozic",
2022-12-21 12:00:31 +02:00
"license": "AGPL-3.0-or-later"
2018-05-16 15:16:14 +02:00
}