UNPKG

topbar

Version:

Tiny & beautiful site-wide progress indicator

36 lines (35 loc) 703 B
{ "name": "topbar", "main": "topbar.min.js", "files": [ "topbar.js", "topbar.min.js", "*.d.ts" ], "version": "3.0.1", "description": "Tiny & beautiful site-wide progress indicator", "homepage": "http://buunguyen.github.io/topbar", "repository": { "type": "git", "url": "git+ssh://git@github.com/buunguyen/topbar.git" }, "scripts": { "build": "node scripts/build.js", "prepublishOnly": "npm run build", "release": "npm publish" }, "keywords": [ "progress", "indicator", "loading", "responsive", "loading" ], "license": "MIT", "author": { "name": "Buu Nguyen" }, "devDependencies": { "esbuild": "^0.24.0" } }