Weatherscan/package.json

15 lines
285 B
JSON
Raw Normal View History

{
"name": "weatherscan",
"description": "weatherscan wmulator",
"scripts": {
"start": "http-server ./webroot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jessecar96/Weatherscan.git"
},
"dependencies": {
"http-server": "^0.11.1"
}
}