UNPKG

@react-gifs/tools

Version:

Set of react tools for GIFs renering

45 lines (44 loc) 837 B
{ "name": "@react-gifs/tools", "version": "0.1.2", "description": "Set of react tools for GIFs renering", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "index.d.ts", "files": [ "dist/*", "index.d.ts" ], "repository": "jeetiss/react-gifs", "keywords": [ "react", "gifs", "react-gif", "gif player", "gif parser" ], "author": "Dmitry Ivakhnenko <jeetiss@ya.ru>", "dependencies": { "gifuct-js": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "license": "ISC", "bugs": { "url": "https://github.com/jeetiss/react-gifs/issues" }, "sideEffects": false, "tsd": { "compilerOptions": { "lib": [ "es2017", "dom" ] } }, "scripts": { "publish": "clean-publish" } }