-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 1.61 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "meteojs",
"version": "1.17.3",
"description": "library for meteorological and atmospheric science tools",
"keywords": [
"meteorology",
"atmospheric-science",
"soundings",
"sounding",
"skew-t",
"emagram",
"hodograph",
"stueve",
"maps",
"radar"
],
"license": "Apache-2.0",
"homepage": "https://github.com/chird/meteoJS",
"repository": {
"type": "git",
"url": "https://github.com/chird/meteoJS.git"
},
"bugs": {
"url": "https://github.com/chird/meteoJS/issues"
},
"author": {
"name": "Ivo Sonderegger"
},
"scripts": {
"lint": "eslint src/",
"test": "mocha --file test/babel.helper.js --recursive test/meteoJS",
"doc": "jsdoc -r --configure .jsdoc.json --verbose",
"build": "webpack"
},
"main": "src/meteoJS/index.js",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"babel-loader": "^8.2.1",
"canvas": "^2.7.0",
"core-js": "^3.13.0",
"eslint": "^8.18.0",
"ignore-styles": "^5.0.1",
"jsdoc": "^3.6.6",
"jsdoc-baseline": "^0.1.5",
"jsdom": "^20.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"raw-loader": "^4.0.2",
"svgdom": "^0.1.8",
"webpack": "^5.5.1",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@svgdotjs/svg.js": "^3.0.16",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.4.1",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"ol": "^6.5.0"
}
}