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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leon Weidauer
committed
Feb 10, 2017
1 parent
bb7e1c7
commit 7805bf3
Showing
3 changed files
with
80 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"name": "converjon", | ||
"description": "An advanced image conversion server and command line tool.", | ||
"version": "2.7.3", | ||
"license": "MIT", | ||
"author": "Leon Weidauer", | ||
"maintainers": [ | ||
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)" | ||
], | ||
"contributors": [ | ||
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)", | ||
"Steffen Gransow <converjon@mivesto.de> (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": "^3.0.3", | ||
"js-yaml": "^3.7.0", | ||
"minimist": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"moniker": "^0.1.2", | ||
"nodeunit": "^0.9.5", | ||
"request": "^2.79.0", | ||
"rsvp": "^3.3.3", | ||
"send": "^0.9.3" | ||
}, | ||
"devDependencies": {}, | ||
"optionalDependencies": {}, | ||
"engines": { | ||
"node": ">=0.10.7 <0.13.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" | ||
} | ||
"name": "converjon", | ||
"description": "An advanced image conversion server and command line tool.", | ||
"version": "2.7.4", | ||
"license": "MIT", | ||
"author": "Leon Weidauer", | ||
"maintainers": [ | ||
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)" | ||
], | ||
"contributors": [ | ||
"Leon Weidauer <leon@lnwdr.de> (http://lnwdr.de)", | ||
"Steffen Gransow <converjon@mivesto.de> (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": "^3.0.3", | ||
"js-yaml": "^3.8.1", | ||
"minimist": "^1.2.0", | ||
"mkdirp": "^0.5.1", | ||
"moniker": "^0.1.2", | ||
"nodeunit": "^0.9.5", | ||
"request": "^2.79.0", | ||
"rsvp": "^3.3.3", | ||
"send": "^0.9.3" | ||
}, | ||
"devDependencies": {}, | ||
"optionalDependencies": {}, | ||
"engines": { | ||
"node": ">=0.10.7 <0.13.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" | ||
} | ||
} |