24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"name": "pi-weather-station",
|
|
"version": "2.1",
|
|
"description": "A weather station designed for the Raspberry Pi 7 inch touchscreen",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ./server/index.js"
|
|
},
|
|
"author": "Adam Roe",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"open": "^7.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"connect-livereload": "^0.6.1",
|
|
"livereload": "^0.9.1"
|
|
}
|
|
}
|