UNPKG

immp

Version:

Image Manipulation Middleware Proxy

48 lines (47 loc) 978 B
{ "name": "immp", "description": "Image Manipulation Middleware Proxy", "version": "1.7.0", "repository": "garrows/IMMP", "keywords": [ "imageMagick", "graphicsMagic", "image", "graphics", "manipulation", "express", "middleware" ], "main": "src/index.js", "author": { "name": "Glen Arrowsmith", "email": "glen.arrowsmith@gmail.com", "url": "http://garrows.com" }, "contributors": { "name": "David Tsuji", "email": "david@flodge.com" }, "scripts": { "start": "node ./bin/www", "test": "mocha" }, "dependencies": { "async": "^0.9.0", "gm": "^1.21.1", "sc-cast": "0.0.6", "underscore": "^1.6.0" }, "license": "MIT", "devDependencies": { "body-parser": "~1.0.0", "cookie-parser": "~1.0.1", "debug": "~0.7.4", "ejs": "^1.0.0", "express": "~4.2.0", "mocha": "^1.20.1", "morgan": "~1.0.0", "should": "^4.0.4", "static-favicon": "~1.0.0" } }