UNPKG

@small-tech/spinners

Version:

Two indeterminate progress spinners, one with lines and the other with dots (available in animated SVG, animated PNG, JavaScript, and Svelte).

52 lines (51 loc) 1.21 kB
{ "name": "@small-tech/spinners", "version": "2.0.1", "description": "Two indeterminate progress spinners, one with lines and the other with dots (available in animated SVG, animated PNG, JavaScript, and Svelte).", "svelte": "src/index.js", "module": "dist/index.mjs", "main": "dist/index.js", "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "devDependencies": { "@rollup/plugin-node-resolve": "^9.0.0", "rollup": "^2.0.0", "rollup-plugin-svelte": "^6.0.0", "svelte": "^3.0.0" }, "keywords": [ "spinner", "indeterminate", "progress", "indicator", "javascript", "svg", "animated svg", "smil", "svelte", "apng", "png" ], "files": [ "src", "dist" ], "author": { "name": "Aral Balkan", "email": "aral@small-tech.org", "url": "https://ar.al" }, "funding": { "type": "foundation", "url": "https://small-tech.org/fund-us/" }, "homepage": "https://github.com/small-tech/spinners", "bugs": "https://github.com/small-tech/spinners/issues", "repository": { "type": "git", "url": "https://github.com/small-tech/spinners.git" }, "license": "ISC" }