okiba-gang/okiba

View on GitHub
packages/time-progress/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@okiba/time-progress",
  "version": "1.0.26",
  "description": "Helper class used to normalize time on a duration between 0 and 1",
  "main": "./index.js",
  "keywords": [
    "okiba",
    "okiba.js",
    "okibajs",
    "time",
    "normalization"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:okiba-gang/okiba.git"
  },
  "contributors": [
    "Alberto Parziale <alberto.parziale@caffeina.com> (http://lavolpechevola.com/)",
    "Vincent De Feo <vincent.defeo@caffeina.com> (http://ghzmdr.github.io/)"
  ],
  "dependencies": {
    "@okiba/math": "^1.0.26"
  },
  "license": "MIT",
  "gitHead": "d3ed1a4e49b0287ab02f932e9572aeed16c57d32"
}