crishellco/vue-hubble

View on GitHub
docs/package.json

Summary

Maintainability
Test Coverage
{
  "name": "vue-hubble-docs",
  "version": "0.0.1",
  "description": "Vue test selectors made easy",
  "main": "index.js",
  "author": "Chris Mitchell (@crishellco)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crishellco/vue-hubble.git"
  },
  "scripts": {
    "dev": "vuepress dev src",
    "build": "vuepress build src -d dist"
  },
  "license": "MIT",
  "devDependencies": {
    "vuepress": "1.9.10"
  },
  "dependencies": {
    "vuepress-plugin-dehydrate": "^1.1.5"
  }
}