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.
 

24 lines
899 B

{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.0.1"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }
, "bugs": "https://github.com/aheckmann/gm/issues"
, "licenses": [{ "type": "MIT", "url": "https//www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "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" }
]
, "repository": {
"type": "git"
, "url": "https://github.com/aheckmann/gm.git"
}
, "devDependencies": {
"should": "0.2.1"
, "gleak": "0.2.2"
, "connect": "1.8.5"
}
}