{
  "name": "parse-relative-time",
  "version": "1.1.0",
  "description": "Parse simple relative time in human readable format to milliseconds.",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fczbkk/parse-relative-time.git"
  },
  "author": {
    "name": "Riki Fridrich",
    "email": "riki@fczbkk.com",
    "url": "http://fczbkk.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fczbkk/parse-relative-time/issues"
  },
  "homepage": "https://github.com/fczbkk/parse-relative-time#readme",
  "scripts": {
    "cleanup": "rimraf temp lib",
    "prebuild": "npm run test && npm run cleanup && npm run eslint:build",
    "build": "babel src -d lib",
    "test": "karma start ./karma.conf.js",
    "dev": "npm run test -- --no-single-run --auto-watch",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "postversion": "git push && git push --tags && npm publish",
    "version": "npm run build && npm run changelog && git add -A",
    "doc": "documentation readme ./src/index.js -s 'Documentation'",
    "eslint": "eslint ./{src,test}/**/*.js",
    "eslint:build": "npm run eslint -- --max-warnings 0"
  },
  "main": "lib/index.js",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "@fczbkk/eslint-config": "^1.0.0",
    "babel-loader": "^8.0.4",
    "conventional-changelog-cli": "^2.0.11",
    "documentation": "^8.1.2",
    "eslint": "^5.8.0",
    "eslint-loader": "^2.1.1",
    "jasmine-core": "^3.3.0",
    "karma": "^3.1.1",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.2",
    "karma-jasmine": "^1.1.2",
    "karma-mocha-reporter": "^2.2.5",
    "karma-webpack": "^3.0.5",
    "mocha": "^5.2.0",
    "rimraf": "^2.6.2",
    "webpack": "^4.25.1"
  },
  "dependencies": {}
}
