forked from cjh0613/hexo-submit-urls-to-search-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 768 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": "hexo-submit-urls-to-search-engine",
"version": "2.1.0",
"description": "Submit new posts urls to Google,Bing,Baidu search engine to improve the quality and speed of website collection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "/~https://github.com/cjh0613/hexo-submit-urls-to-search-engine.git"
},
"keywords": [
"hexo",
"deployer",
"google",
"bing",
"baidu",
"url",
"submit",
"seo"
],
"author": {
"name": "CJH-Bruce",
"url": "https://en.cjh0613.com/"
},
"license": "GPL-3.0-only",
"dependencies": {
"xmlhttprequest": "^1.8.0",
"request": "^2.88.2",
"googleapis": "^52.1.0"
}
}