forked from WangNingkai/visitor-badge-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 842 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": "visitor-badge-node",
"version": "1.0.0",
"description": "A badge generator service to count visitors of your markdown file.",
"main": "badge.js",
"author": {
"name": "@wangningkai and community",
"email": "[email protected]",
"url": "https://wangningkai.github.io"
},
"bugs": "https://github.com/wangningkai/visitor-badge-node/issues",
"homepage": "https://github.com/wangningkai/visitor-badge-node",
"keywords": [
"markdown",
"svg",
"visitor-couter",
"visitor tracking",
"visitor-badge-node"
],
"repository": {
"type": "git",
"url": "https://github.com/wangningkai/visitor-badge-node"
},
"license": "GPL-3.0",
"dependencies": {
"badge-maker": "^3.2.0",
"countapi-js": "^1.0.1",
"md5": "^2.3.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}