-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 980 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
39
40
41
42
43
44
{
"name": "yubigen",
"version": "1.1.0",
"description": "Node Thumbnail generation without limits",
"main": "index.js",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^4.12.1",
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dchan3/yubigen.git"
},
"license": "ISC",
"dependencies": {
"gm": "^1.23.1"
},
"issues": {
"url": "https://github.com/dchan3/yubigen/issues",
"email": "[email protected]"
},
"author": {
"name": "Derek Chan",
"email": "[email protected]",
"url": "https://dchan3.github.io/"
},
"keywords": [
"graphicsmagick",
"image generator",
"image manipulation",
"image processing",
"image processor",
"imagemagick",
"thumbnail",
"thumbnail image",
"thumbnail image generator"
],
"homepage": "https://dchan3.github.io/yubigen"
}