shuvalov-anton/to-ms

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "to-ms",
  "version": "1.1.0",
  "description": "Tiny chained ms creation util",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "nyc mocha",
    "make": "umd toMs -c < ./lib/to-ms.js > dist/to-ms.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:shuvalov-anton/to-ms.git"
  },
  "keywords": [
    "ms",
    "milliseconds",
    "chaining",
    "setTimeout",
    "setInterval",
    "time",
    "days",
    "hours",
    "minutes",
    "seconds"
  ],
  "author": "Shuvalov Anton",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shuvalov-anton/to-ms/issues"
  },
  "homepage": "https://github.com/shuvalov-anton/to-ms",
  "devDependencies": {
    "mocha": "^6.1.4",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "^14.1.1",
    "should": "^13.2.3",
    "umd": "^3.0.3"
  }
}