UNPKG

webdriverio-automation

Version:

WebdriverIO-Automation android ios project

42 lines (41 loc) 1.17 kB
{ "name": "gifwrap", "version": "0.9.2", "description": "A Jimp-compatible library for working with GIFs", "main": "src/index.js", "scripts": { "test": "mocha --timeout=6000 ./test/*.js", "docs": "jsdoc2md --plugin dmd-clear --template templates/README.hbs src/index.js src/gif.js src/bitmapimage.js src/gifframe.js src/gifutil.js src/gifcodec.js > README.md" }, "repository": { "type": "git", "url": "git+https://github.com/jtlapp/gifwrap.git" }, "keywords": [ "image", "image", "processing", "image", "manipulation", "gif", "javascript" ], "author": "Joseph T. Lapp", "license": "MIT", "bugs": { "url": "https://github.com/jtlapp/gifwrap/issues" }, "homepage": "https://github.com/jtlapp/gifwrap#readme", "dependencies": { "image-q": "^1.1.1", "omggif": "^1.0.10" }, "devDependencies": { "chai": "^4.2.0", "dmd-clear": "^0.1.2", "jimp": "^0.2.28" } ,"_resolved": "https://registry.npmjs.org/gifwrap/-/gifwrap-0.9.2.tgz" ,"_integrity": "sha512-fcIswrPaiCDAyO8xnWvHSZdWChjKXUanKKpAiWWJ/UTkEi/aYKn5+90e7DE820zbEaVR9CE2y4z9bzhQijZ0BA==" ,"_from": "gifwrap@0.9.2" }