wc-typed-js
Version:
[ ](https://www.npmjs.com/package/wc-typed-js) [](
38 lines (37 loc) • 842 B
JSON
{
"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"
}
}