This repository has been archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 1.57 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "converjon",
"description": "An advanced image conversion server and command line tool.",
"version": "2.7.9",
"license": "MIT",
"author": "Leon Weidauer",
"maintainers": [
"Leon Weidauer <[email protected]> (http://lnwdr.de)"
],
"contributors": [
"Leon Weidauer <[email protected]> (http://lnwdr.de)",
"Steffen Gransow <[email protected]> (https://github.com/graste)",
"https://github.com/berlinonline/converjon/graphs/contributors"
],
"homepage": "https://github.com/berlinonline/converjon",
"bugs": "https://github.com/berlinonline/converjon/issues",
"repository": {
"type": "git",
"url": "git://github.com/berlinonline/converjon.git"
},
"keywords": [
"image",
"images",
"crop",
"convert",
"resize",
"aoi",
"cropping",
"conversion",
"server",
"web",
"cli"
],
"dependencies": {
"calmcard": "^0.1.1",
"cjson": "^0.3.3",
"cli-color": "^0.3.3",
"clone": "^1.0.2",
"handlebars": "^4.0.11",
"js-yaml": "^3.8.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moniker": "^0.1.2",
"request": "^2.79.0",
"rsvp": "^3.3.3",
"send": "^0.16.2"
},
"devDependencies": {
"nodeunit": "^0.11.3",
"sshpk": "^1.13.2"
},
"optionalDependencies": {},
"engines": {
"node": ">=4.0.0 <12.1.0"
},
"scripts": {
"test": "nodeunit ./test/*"
},
"bin": {
"converjon": "./bin/converjon.js",
"converjon-cli": "./bin/converjon-cli.js"
},
"main": "index.js",
"directories": {
"bin": "./bin",
"lib": "./lib",
"test": "test"
}
}