UNPKG

open-thumbnailer

Version:

An open source thumbnailer framework

35 lines (34 loc) 705 B
{ "name": "open-thumbnailer", "version": "0.1.3", "description": "An open source thumbnailer framework", "main": "src/index.js", "scripts": { "test": "node_modules/.bin/mocha -t 60000 -R spec ./tests" }, "repository": { "type": "git", "url": "http://github.com/markdaws/open-thumbnailer" }, "keywords": [ "thumbnailing", "web", "screen", "capture" ], "dependencies": { "gm": "1.8.2", "phantomjs": "1.8.2-0", "node-uuid": "1.4.0", "shelljs": "0.1.2" }, "devDependencies": { "mocha": "1.8.2", "should": "1.2.1", "mkdirp": "0.3.5", "wrench": "1.4.4", "async": "0.2.6" }, "author": "Mark Dawson", "license": "MIT" }