{
  "name": "@chenfengyuan/vue-countdown",
  "description": "Countdown component for Vue.js.",
  "version": "1.1.5",
  "main": "dist/vue-countdown.common.js",
  "module": "dist/vue-countdown.esm.js",
  "browser": "dist/vue-countdown.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "clear": "del-cli dist",
    "codecov": "cat coverage/lcov.info | codecov",
    "compress": "uglifyjs ./dist/vue-countdown.js -o ./dist/vue-countdown.min.js -c -m --comments /^!/",
    "dev": "rollup -c -m -w",
    "lint": "eslint src test *.js --fix",
    "release": "npm run clear && npm run lint && npm run build && npm run compress && npm test",
    "start": "npm run dev",
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fengyuanchen/vue-countdown.git"
  },
  "keywords": [
    "countdown",
    "component",
    "vue-component",
    "html",
    "css",
    "javascript",
    "front-end",
    "web"
  ],
  "author": {
    "name": "Chen Fengyuan",
    "url": "https://chenfengyuan.com/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fengyuanchen/vue-countdown/issues"
  },
  "homepage": "https://fengyuanchen.github.io/vue-countdown",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.2.0",
    "change-case": "^4.1.1",
    "codecov": "^3.6.5",
    "create-banner": "^1.0.0",
    "del-cli": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.20.1",
    "husky": "^4.2.3",
    "karma": "^4.4.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage-istanbul-reporter": "^2.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-rollup-preprocessor": "^7.0.3",
    "lint-staged": "^10.0.7",
    "mocha": "^7.0.1",
    "puppeteer": "^2.1.1",
    "rollup": "^1.31.1",
    "rollup-plugin-babel": "^4.3.3",
    "uglify-js": "^3.8.0",
    "vue": "^2.6.11"
  },
  "peerDependencies": {
    "vue": "^2.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "browserslist": [
    "last 2 versions",
    "> 1%",
    "not ie <= 8"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "{src,test}/**/*.js|*.conf*.js": [
      "eslint --fix",
      "git add"
    ]
  }
}
