-
- Downloads
Updated the name, added description & author, alignment corrected.
{ | { | ||
"name": "WAMPAC", | "name": "wampac", | ||
"version": "0.1.0", | "version": "0.1.1", | ||
"description": "Wide Area Monitoring, Protection and Control (WAMPAC) framework", | |||
"author": { | |||
"name": "Amrita-Rubix" | |||
}, | |||
"main": "background.js", | |||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"serve": "vue-cli-service serve --port 9000", | "serve": "vue-cli-service serve --port 9000", | ||
... | @@ -11,7 +16,6 @@ | ... | @@ -11,7 +16,6 @@ |
"postinstall": "electron-builder install-app-deps", | "postinstall": "electron-builder install-app-deps", | ||
"postuninstall": "electron-builder install-app-deps" | "postuninstall": "electron-builder install-app-deps" | ||
}, | }, | ||
"main": "background.js", | |||
"dependencies": { | "dependencies": { | ||
"axios": "^0.21.0", | "axios": "^0.21.0", | ||
"chart.js": "^2.9.3", | "chart.js": "^2.9.3", | ||
... | ... |
Please register or sign in to comment