UNPKG

@lottiefiles/lottie-player

Version:

Lottie animation and Telegram Sticker player web components.

55 lines (54 loc) 1.47 kB
{ "name": "@lottiefiles/lottie-player", "version": "0.3.0-rc2", "description": "Lottie animation and Telegram Sticker player web components.", "main": "dist/lottie-player.js", "module": "dist/lottie-player.js", "types": "dist/lottie-player.d.ts", "homepage": "https://lottiefiles.com/web-player", "repository": "https://github.com/LottieFiles/lottie-player.git", "bugs": "https://github.com/LottieFiles/lottie-player/issues", "author": "Jawish Hameed <jawish@lottiefiles.com>", "license": "MIT", "scripts": { "clean": "rimraf dist/*", "build": "yarn clean && parcel build src/lottie-player.ts --detailed-report 50 --out-file lottie-player.js", "lint": "eslint", "lint:fix": "eslint --fix", "start": "parcel src/index.html" }, "dependencies": { "lit-element": "^2.2.1", "lottie-web": "^5.5.9" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^2.6.1", "@typescript-eslint/parser": "^2.6.1", "eslint": "^6.6.0", "eslint-config-prettier": "^6.5.0", "eslint-plugin-prettier": "^3.1.1", "express": "^4.17.1", "parcel-bundler": "^1.12.4", "prettier": "1.18.2", "rimraf": "^3.0.0", "typescript": "^3.7.2" }, "files": [ "dist/" ], "keywords": [ "lottie", "animation", "lottiefiles", "web component", "component", "lit-element", "player" ], "browserslist": [ "> 3%" ], "publishConfig": { "access": "public" } }