@app-elements/loading-indicator
Version:
Show a three dots loading indicator.
34 lines (33 loc) • 850 B
JSON
{
"name": "@app-elements/loading-indicator",
"version": "2.0.1",
"description": "Show a three dots loading indicator.",
"main": "dist/loading-indicator.js",
"module": "dist/loading-indicator.m.js",
"source": "index.js",
"scripts": {
"build": "microbundle --jsx React.createElement --external react --no-compress --css-modules true",
"prepublishOnly": "npm run build",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inputlogic/elements.git"
},
"bugs": {
"url": "https://github.com/inputlogic/elements/issues"
},
"keywords": [
"react",
"react-component",
"preact",
"component",
"ui"
],
"author": "Input Logic Team",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"gitHead": "aa46fb3f014966af32fbafaae86834cf528a891b"
}