RobinCK/vue-popper

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "vue-popperjs",
  "version": "2.3.0",
  "description": "VueJS popover",
  "main": "dist/vue-popper.min.js",
  "module": "dist/vue-popper.min.js",
  "jsnext:main": "src/index.js",
  "unpkg": "dist/vue-popper.min.js",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ./",
    "build": "rollup -c ./build/rollup.config.js && NODE_ENV=production rollup -c ./build/rollup.config.js",
    "postinstall": "opencollective-postinstall || true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinCK/vue-popper.git"
  },
  "author": "Igor Ognichenko <ognichenko.igor@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RobinCK/vue-popper/issues"
  },
  "keywords": [
    "vue-popper.js",
    "vue-popover",
    "vuejs-popper.js",
    "vuejs-popover",
    "vue",
    "vuejs",
    "vue-plugin",
    "vue-component"
  ],
  "homepage": "https://github.com/RobinCK/vue-popper#readme",
  "semistandard": {
    "ignore": [
      "node_modules",
      "bower_components",
      "build",
      "dist",
      "test"
    ]
  },
  "dependencies": {
    "opencollective-postinstall": "^2.0.2",
    "popper.js": "^1.15.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "eslint": "^5.16.0",
    "rollup": "^1.13.1",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-terser": "^5.0.0",
    "rollup-plugin-vue": "4.6.1",
    "vue-template-compiler": "2.5.22"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/vue-popper"
  }
}