package.json 688 字节
Newer Older
1 2
{
  "name": "@vuepress/plugin-google-analytics",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.50",
4 5 6 7 8 9 10
  "description": "google-analytics plugin for vuepress",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
11 12
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/plugin-google-analytics"
13 14 15 16 17 18 19
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
U
ULIVZ 已提交
20
  "author": "ULIVZ <chl814@foxmail.com>",
21 22 23 24 25
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-google-analytics#readme"
U
ULIVZ 已提交
26
}