{
  "name": "topbar",
  "main": "topbar.min.js",
  "files": [
    "topbar.js",
    "topbar.min.js",
    "*.d.ts"
  ],
  "version": "3.0.0",
  "description": "Tiny & beautiful site-wide progress indicator",
  "homepage": "http://buunguyen.github.io/topbar",
  "repository": {
    "type": "git",
    "url": "git@github.com:buunguyen/topbar.git"
  },
  "scripts": {
    "build": "uglifyjs --comments -c -o topbar.min.js topbar.js"
  },
  "keywords": [
    "progress",
    "indicator",
    "loading",
    "responsive",
    "loading"
  ],
  "license": "MIT",
  "author": {
    "name": "Buu Nguyen"
  },
  "devDependencies": {
    "uglify-js": "~3.12.4"
  }
}