Initial commit: Digital signage system for transit departures, weather, and news ticker
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "sl-transport-departures-display",
|
||||
"version": "1.0.0",
|
||||
"description": "A digital signage system for displaying transit departures, weather information, and news tickers",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"digital-signage",
|
||||
"transit",
|
||||
"raspberry-pi",
|
||||
"weather",
|
||||
"news-ticker"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.22"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yourusername/sl-departures-display.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/yourusername/sl-departures-display/issues"
|
||||
},
|
||||
"homepage": "https://github.com/yourusername/sl-departures-display#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user