Files
2017-04-29 11:53:29 +08:00

20 lines
488 B
JSON

{
"name": "bushfire_simulator",
"version": "0.0.1",
"description": "Simulated bushfires using montecarlo simulations on Landsat-8 data from NASA.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -o"
},
"keywords": [
"simulator",
"bushfire",
"monto",
"carlo"
],
"author": "wassname, the-winter",
"license": "ISC",
"repository":"git@gitlab.com:wassname/bushfire_simulator.git"
}