UNPKG

wc-typed-js

Version:

[![npm](https://img.shields.io/npm/v/wc-typed-js.svg) ![npm](https://img.shields.io/npm/dm/wc-typed-js.svg)](https://www.npmjs.com/package/wc-typed-js) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](

38 lines (37 loc) 842 B
{ "name": "wc-typed-js", "version": "1.0.1", "description": "", "main": "index.js", "scripts": { "serve": "polyserve", "webpack": "webpack --config webpack.conf.js", "start": "npm run-script webpack && npm run-script serve" }, "repository": { "type": "git", "url": "git+https://github.com/Orlandster/wc-typed-js.git" }, "keywords": [ "typed.js", "web", "component", "typing", "animation" ], "author": "Orlandster", "license": "ISC", "bugs": { "url": "https://github.com/Orlandster/wc-typed-js/issues" }, "homepage": "https://github.com/Orlandster/wc-typed-js#readme", "dependencies": { "@polymer/lit-element": "^0.6.1", "typed.js": "^2.0.9" }, "devDependencies": { "polyserve": "^0.27.12", "webpack": "^4.20.2", "webpack-cli": "^3.1.1" } }