UNPKG

vue-keen-tracking

Version:

Vue plugin for Keen.io tracking

60 lines (59 loc) 1.26 kB
{ "name": "vue-keen-tracking", "version": "1.0.5", "description": "Vue plugin for Keen.io tracking", "main": "dist/index.js", "scripts": { "build": "webpack --config build/webpack.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue", "keen", "keenio", "keen.io", "tracking", "analytics", "vuejs" ], "author": "maxpaj", "license": "ISC", "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "rules": {}, "parserOptions": { "parser": "babel-eslint" } }, "postcss": { "plugins": { "autoprefixer": {} } }, "dependencies": { "keen-tracking": "^4.1.0" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "@vue/cli-plugin-babel": "^3.4.0", "@vue/cli-plugin-eslint": "^3.4.0", "@vue/cli-service": "^3.4.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "es6-promise": "^4.2.6", "eslint": "^5.8.0", "eslint-plugin-vue": "^5.0.0", "vue": "^2.6.6", "vue-template-compiler": "^2.5.21", "webpack": "^4.29.3", "webpack-cli": "^3.2.3" } }