-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 KB
/
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
41
42
43
44
45
{
"name": "screen",
"version": "1.0.0",
"description": "Tento repozitář obsahuje webovou stránku určenou k projekci na obrazovce ve vestibulu Gymnázia Olgy Havlové v Ostravě-Porubě.",
"main": "script.js",
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"add-header-comment",
{
"header": [
"Gyohavl Screen (2022)",
"Author: Vít Kološ",
"Do not edit this file, it was generated by Babel."
]
}
]
]
},
"browserslist": [
"firefox 34"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gyohavl/screen.git"
},
"author": "Vít Kološ",
"license": "MIT",
"bugs": {
"url": "https://github.com/gyohavl/screen/issues"
},
"homepage": "https://github.com/gyohavl/screen#readme",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"babel-plugin-add-header-comment": "^1.0.3"
}
}