{
  "name": "jmot-lib",
  "version": "2.0.0",
  "description": "JavaScript time manipulation utility library",
  "main": "dist/jmot-lib.cjs.js",
  "module": "dist/jmot-lib.esm.js",
  "browser": "dist/jmot-lib.umd.js",
  "scripts": {
    "build": "rollup -c",
    "test": "node test/spec",
    "pretest": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saSinclair/jmot-lib.git"
  },
  "keywords": [
    "time",
    "library",
    "time manipulation",
    "time library",
    "javascript time library",
    "decimal to time",
    "convert decimal to time",
    "add decimal to time",
    "gettime",
    "currenttime"
  ],
  "author": "Stacy-Ann Sinclair",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/saSinclair/jmot-lib/issues"
  },
  "homepage": "https://github.com/saSinclair/jmot-lib#readme",
  "devDependencies": {
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.14.7",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "rollup": "^2.52.8",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  },
  "files": [
    "dist",
    "src"
  ]
}
