windelsis
Version:
`Windelsis` is a JavaScript library that visualizes weather data on interactive maps using Leaflet. It provides tools to render temperature, precipitation, and wind velocity layers, as well as utilities for grid-based weather data management.
41 lines (40 loc) • 1 kB
JSON
{
"name": "windelsis",
"version": "1.5.1",
"main": "dist/windelsis.js",
"scripts": {
"build": "cross-env NODE_ENV=development webpack --config webpack.config.js",
"build:min": "cross-env NODE_ENV=production webpack --config webpack.config.js"
},
"keywords": [
"weather",
"map",
"leaflet",
"visualization",
"wind",
"temperature",
"precipitation",
"GIS"
],
"author": "bedrix",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bedrix19/windelsis"
},
"dependencies": {
"leaflet": "^1.9.4"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-loader": "^10.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"mini-css-extract-plugin": "^2.9.2",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}