-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
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
{
"author": "Алексей Никитченко",
"license": "AGPL-3.0",
"name": "severnee",
"description": "Удобный веб-прогноз северного сияния в графиках",
"version": "1.0",
"source": "./src/index.html",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/severnee/sources.git"
},
"keywords": [
"aurora",
"forecasting",
"northernlights"
],
"bugs": {
"url": "https://github.com/severnee/sources/issues"
},
"homepage": "https://Inventoris.github.io/severnee/",
"scripts": {
"start": "parcel --no-cache",
"build": "parcel build --no-cache"
},
"devDependencies": {
"eslint": "^8.27.0",
"parcel": "^2.16.0",
"parcel-reporter-static-files-copy": "^1.5.3"
},
"dependencies": {
"chart.js": "^4.5.0"
}
}