package.json 714 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/plugin-nprogress",
B
Ben Hong 已提交
3
  "version": "1.5.3",
U
ULIVZ 已提交
4
  "description": "nprogress plugin for vuepress",
B
v1.3.0  
Ben Hong 已提交
5 6 7 8 9 10
  "keywords": [
    "documentation",
    "generator",
    "vue",
    "vuepress"
  ],
11
  "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/plugin-nprogress#readme",
B
v1.3.0  
Ben Hong 已提交
12 13
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
U
ULIVZ 已提交
14 15 16
  },
  "repository": {
    "type": "git",
17 18
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/plugin-nprogress"
U
ULIVZ 已提交
19
  },
B
v1.3.0  
Ben Hong 已提交
20 21 22
  "license": "MIT",
  "author": "ULIVZ <chl814@foxmail.com>",
  "main": "index.js",
U
ULIVZ 已提交
23 24 25
  "dependencies": {
    "nprogress": "^0.2.0"
  },
B
v1.3.0  
Ben Hong 已提交
26 27 28
  "publishConfig": {
    "access": "public"
  }
U
ULIVZ 已提交
29
}