-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 962 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
34
35
36
{
"name": "seo",
"version": "1.0.0",
"description": "Service for monitoring of the index pages in Yandex",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "d3z41k",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/d3z41k/seo-service-index-yandex.git"
},
"bugs": {
"url": "https://github.com/d3z41k/seo-service-index-yandex/issues"
},
"homepage": "https://github.com/d3z41k/seo-service-index-yandex",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"config": "^1.26.1",
"google-auth-library": "^0.10.0",
"googleapis": "^20.1.0",
"iconv": "^2.3.0",
"iconv-lite": "^0.4.18",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-request": "^1.0.0",
"koa-router": "^7.2.1",
"koa2-request": "^1.0.1",
"lodash": "^4.17.4",
"mysql2": "^1.3.6",
"punycode": "^2.1.0",
"xml2json": "^0.11.0"
}
}