-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 862 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": "text-watermark",
"id": "text-watermark",
"description": "A watermark library based on ImageMagick for Node.js that can be used to put text watermarks on images.",
"keywords": [
"watermark",
"text watermark",
"add text watermark",
"image watermark",
"imagemagick",
"image",
"watermark image"
],
"version": "1.0.1",
"main": "text-watermark.js",
"author": {
"name": "Sahil Dua",
"email": "[email protected]"
},
"dependencies": {
"imagemagick": "",
"node-ratify": ""
},
"devDependencies": {
"mocha": "^1.21.4"
},
"repository": {
"type": "git",
"url": "https://github.com/sahildua2305/text-watermark"
},
"bugs": {
"url": "https://github.com/sahildua2305/text-watermark/issues"
},
"scripts": {
"test": "mocha -R spec -t 5000"
},
"licence": "MIT"
}