
This moves the npm components that were loading the json file to go so that it can be handled as messages over the websocket This should serve as an example how to communicate with the backend Change-Id: I9fdeb420123034a549333ddb3aad45eea663cb09
20 lines
401 B
JSON
Executable File
20 lines
401 B
JSON
Executable File
{
|
|
"name": "electron-poc",
|
|
"version": "0.0.1",
|
|
"main": "js/main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"description": "Airship UI",
|
|
"author": "The Airship Authors",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^8.2.5"
|
|
},
|
|
"dependencies": {
|
|
"electron-json-config": "^1.5.3",
|
|
"node-sass": "^4.14.0",
|
|
"xmlhttprequest": "^1.8.0"
|
|
}
|
|
}
|