5 "description": "A visualization server for the outputs of fire-weather model wrf-sfire as generated by *wrfxpy*",
8 "@babel/cli": "^7.12.10",
9 "@babel/core": "^7.12.10",
10 "@babel/plugin-transform-runtime": "^7.12.10",
11 "@babel/preset-env": "^7.12.11",
12 "http-server": "^0.12.3",
13 "jasmine-core": "^2.3.4",
18 "prestart": "npm install",
19 "start": "http-server -g -a localhost -p 8000 -c-1",
20 "test": "jest --silent"