A somewhat updated fork from GraphicsMagick for node
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

27 lines
1.2 KiB

{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.3.1"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }
, "bugs": { "url": "http://github.com/aheckmann/gm/issues" }
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "scripts": { "test": "make test" }
, "contributors": [
{ "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" }
, { "name": "Tero Parviainen", "github": "https://github.com/teropa" }
, { "name": "Evan Owen", "github": "https://github.com/kainosnoema" }
, { "name": "Math-", "github": "https://github.com/Math-" }
, { "name": "Luc Castera", "github": "https://github.com/dambalah" }
, { "name": "Joshua Warchol", "github": "https://github.com/jwarchol" }
, { "name": "Chris O'Hara", "github": "https://github.com/chriso" }
]
, "repository": {
"type": "git"
, "url": "https://github.com/aheckmann/gm.git"
}
, "devDependencies": {
"gleak": "0.2.4"
}
}