forked from Fischermaen/vuepress-plugin-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "vuepress-plugin-contributors",
"author": "Andreas Fischer <andy@5ff.de>",
"repository": {
"type": "git",
"url": "git+https://github.com/Fischermaen/vuepress-plugin-contributors.git"
},
"version": "1.2.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@vuepress/plugin-register-components": "^1.0.0-alpha.0",
"cross-spawn": "^7.0.1",
"md5": "^2.2.1",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.5"
},
"bugs": {
"url": "https://github.com/Fischermaen/vuepress-plugin-contributors/issues"
},
"homepage": "https://github.com/Fischermaen/vuepress-plugin-contributors#readme",
"description": "Display a list of all contributors ordered descending by number of contributions.",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"keywords": [
"vuepress",
"vuepress-plugin",
"contributors"
]
}