-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 852 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
{
"name": "hexo-leancloud-counter-security",
"version": "1.5.0",
"engines": {
"node": ">=10.9.0"
},
"description": "A plugin to fix a serious security bug in leancloud visitor counter for NexT.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theme-next/hexo-leancloud-counter-security.git"
},
"author": {
"name": "LEAFERx",
"email": "leaferx@outlook.com",
"url": "https://leaferx.online/"
},
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/theme-next/hexo-leancloud-counter-security/issues"
},
"homepage": "https://github.com/theme-next/hexo-leancloud-counter-security#readme",
"dependencies": {
"leancloud-storage": "^4.4.0",
"readline-sync": "^1.4.10"
}
}