-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 977 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
37
38
39
40
{
"name": "yametrika",
"main": "yametrika.js",
"description": "Серверное отслеживание посетителей с помощью Яндекс.Метрики",
"version": "2.2.1",
"author": {
"name": "Denis Seleznev",
"email": "hcodes@yandex.ru",
"url": "https://github.com/hcodes"
},
"license": "MIT",
"homepage": "https://github.com/hcodes/server_yametrika_nodejs",
"repository": {
"type": "git",
"url": "git@github.com:hcodes/server_yametrika_nodejs.git"
},
"keywords": [
"yandex",
"metrika",
"analytics",
"stats",
"metrics",
"track"
],
"engines": {
"node": ">= 6"
},
"files": [
"yametrika.js",
"LICENSE.md",
"README.md"
],
"scripts": {
"eslint": "eslint .",
"test": "npm run eslint"
},
"devDependencies": {
"eslint": "^7.16.0"
}
}