UNPKG

gm-binary

Version:

GraphicsMagick binary as a local dependency for OS X

23 lines (22 loc) 508 B
{ "name": "gm-binary", "version": "0.2.1", "description": "GraphicsMagick binary as a local dependency for OS X", "homepage": "https://github.com/Glitchbone/gm-binary", "main": "index.js", "scripts": { "test": "node_modules/.bin/tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/Glitchbone/gm-binary.git" }, "keywords": [ "GraphicsMagick" ], "author": "Adrien Glitchbone", "license": "MIT", "devDependencies": { "tape": "^4.5.1" } }