This repository was archived by the owner on Oct 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.25 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.25 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@neluzhin/observed",
"version": "1.0.0",
"private": true,
"description": "A tool to monitor your streams' viewers count.",
"main": "src/app.js",
"scripts": {
"start": "poi",
"build": "poi build",
"lint": "eslint .",
"test": "npm run lint"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.12.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.22.1"
},
"repository": {
"type": "git",
"url": "git://github.com/observed-stream/observed-viewers.git"
},
"keywords": [
"js",
"javascript",
"streaming",
"twitch-api",
"youtube-api",
"goodgame-api"
],
"author": {
"name": "Petr Luzhin",
"email": "lithx@yandex.com"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/observed-stream/observed-viewers/issues"
},
"homepage": "https://observed.lith.pw",
"browserslist": [
"> 1%",
"last 2 versions",
"last 7 iOS versions",
"not ie <= 8"
],
"dependencies": {
"dotenv-webpack": "5.0.0",
"highcharts": "8.2.2",
"jsonp-promise": "0.1.2",
"offline-plugin": "5.0.7",
"poi": "^10.2.11",
"poi-preset-babel-minify": "1.0.3",
"poi-preset-offline": "9.0.3",
"qs": "6.9.4"
}
}