{
  "_from": "timeline-vuejs@^1.1.7",
  "_id": "timeline-vuejs@1.1.7",
  "_inBundle": false,
  "_integrity": "sha512-YZ4R0fw/ETpVkFrNImXWgtJDiIvi3aPDByRcRMVAkm1TiI927OoOmPvsK8vTG5exB69UG5KxKgNdj6ucoWW3RQ==",
  "_location": "/timeline-vuejs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "timeline-vuejs@^1.1.7",
    "name": "timeline-vuejs",
    "escapedName": "timeline-vuejs",
    "rawSpec": "^1.1.7",
    "saveSpec": null,
    "fetchSpec": "^1.1.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/timeline-vuejs/-/timeline-vuejs-1.1.7.tgz",
  "_shasum": "56b5c242fbf15cd477171836fb2802c8b57a1bae",
  "_spec": "timeline-vuejs@^1.1.7",
  "_where": "/var/www/html/dev.odorata.com.br",
  "author": {
    "name": "Pablo Sirera",
    "email": "psirera4@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/pablosirera/timeline-vuejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "vue": "^2.5.17"
  },
  "deprecated": false,
  "description": "Minimalist Timeline with VueJS",
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.0",
    "@vue/cli-plugin-eslint": "^3.0.0",
    "@vue/cli-service": "^4.1.1",
    "@vue/eslint-config-prettier": "^4.0.1",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "lint-staged": "^7.2.2",
    "node-sass": "^4.9.0",
    "querystringify": ">=2.0.0",
    "sass-loader": "^7.0.1",
    "vue-template-compiler": "^2.5.17"
  },
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "*.json",
    "*.js"
  ],
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "homepage": "https://github.com/pablosirera/timeline-vuejs",
  "keywords": [
    "timeline",
    "vue-timeline",
    "timeline-vuejs",
    "minimalist timeline",
    "timeline components"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "vue-cli-service lint",
      "git add"
    ],
    "*.vue": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "main": "dist/timeline-vuejs.umd.js",
  "name": "timeline-vuejs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pablosirera/timeline-vuejs.git"
  },
  "scripts": {
    "build": "vue-cli-service build",
    "build-bundle": "vue-cli-service build --target lib --name timeline-vuejs ./src/components/index.js",
    "lint": "vue-cli-service lint",
    "serve": "vue-cli-service serve"
  },
  "version": "1.1.7"
}
