generated from scriptex/initial-commit
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "node-jimp-watermark",
"version": "1.0.0",
"description": "Add watermark on images using NodeJS and Jimp",
"keywords": [
"watermark",
"jimp watermark",
"image watermark",
"image manipulation",
"image transformation",
"nodejs image watermark",
"nodejs image manipulation",
"nodejs image transformation"
],
"homepage": "https://atanas.info/projects/node-jimp-watermark.html",
"bugs": {
"url": "https://github.com/scriptex/node-jimp-watermark/issues",
"email": "hi@atanas.info"
},
"license": "MIT",
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "github:scriptex/node-jimp-watermark"
},
"dependencies": {
"dotenv": "16.4.7",
"glob": "11.0.0",
"jimp": "1.6.0"
},
"devDependencies": {},
"private": true
}