@conectate/ct-loading-bar
Version:
HTML indeterminate progress bar for lit
39 lines (38 loc) • 881 B
JSON
{
"name": "@conectate/ct-loading-bar",
"version": "4.4.9",
"description": "HTML indeterminate progress bar for lit",
"main": "ct-loading-bar.js",
"types": "ct-loading-bar.d.ts",
"module": "ct-loading-bar.js",
"keywords": [
"LitElement",
"React",
"Vue",
"Angular",
"Web Components",
"Polymer"
],
"dependencies": {
"@conectate/ct-lit": "^4.4.9",
"tslib": "^2.6.3"
},
"scripts": {
"prepare": "rm -rf *.map *.js *.ts;tsc"
},
"type": "module",
"license": "BSD-3-Clause",
"homepage": "https://github.com/conectate/ct-elements",
"author": "Herberth Obregón <herberthobregon@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/conectate/ct-elements"
},
"bugs": {
"url": "https://github.com/conectate/ct-elements/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "adb379a6809fc9f2f01b14afbb428113ce1e037d"
}