From ee966eaae84d3bed3185ffbc89ab61d6d61ef8d9 Mon Sep 17 00:00:00 2001 From: Ramaguru Radhakrishnan <r_ramaguru@cb.amrita.edu> Date: Mon, 14 Feb 2022 15:06:15 +0530 Subject: [PATCH] Updated the name, added description & author, alignment corrected. --- package.json | 144 ++++++++++++++++++++++++++------------------------- 1 file changed, 74 insertions(+), 70 deletions(-) diff --git a/package.json b/package.json index 240e207..5025ff5 100644 --- a/package.json +++ b/package.json @@ -1,72 +1,76 @@ { - "name": "WAMPAC", - "version": "0.1.0", - "private": true, - "scripts": { - "serve": "vue-cli-service serve --port 9000", - "build": "vue-cli-service build --port 9000", - "lint": "vue-cli-service lint", - "electron:build": "vue-cli-service electron:build", - "electron:serve": "vue-cli-service electron:serve", - "postinstall": "electron-builder install-app-deps", - "postuninstall": "electron-builder install-app-deps" - }, - "main": "background.js", - "dependencies": { - "axios": "^0.21.0", - "chart.js": "^2.9.3", - "core-js": "^3.6.4", - "easy-circular-progress": "^1.0.4", - "v-file-upload": "^3.1.7", - "vue": "^2.6.11", - "vue-axios-cors": "^1.0.1", - "vue-chartjs": "^3.5.0", - "vue-clipboard2": "^0.3.1", - "vue-good-table": "^2.21.3", - "vue-js-modal": "^2.0.0-rc.6", - "vue-notification": "^1.3.20", - "vue-over-body": "^0.0.5", - "vue-picture-input": "^2.1.6", - "vue-progress-circle": "^1.1.2", - "vue-progress-path": "^0.0.2", - "vue-promise-dialogs": "^1.0.2", - "vue-router": "^3.1.5", - "vue-suggestion": "^1.1.0", - "vue2-circle-progress": "^1.2.3", - "vuejs-smart-table": "^0.0.7", - "vuex": "^3.1.2" - }, - "devDependencies": { - "@vue/cli-plugin-babel": "^4.2.0", - "@vue/cli-plugin-eslint": "^4.2.0", - "@vue/cli-service": "^4.2.0", - "babel-eslint": "^10.0.3", - "electron": "^9.0.0", - "electron-devtools-installer": "^3.1.0", - "eslint": "^6.7.2", - "eslint-plugin-vue": "^6.1.2", - "tailwindcss": "^1.2.0", - "vue-cli-plugin-electron-builder": "~2.0.0-rc.5", - "vue-template-compiler": "^2.6.11" - }, - "eslintConfig": { - "root": true, - "env": { - "node": true - }, - "extends": [ - "plugin:vue/essential", - "eslint:recommended" - ], - "parserOptions": { - "parser": "babel-eslint" - }, - "rules": { - "no-unused-vars": "off" - } - }, - "browserslist": [ - "> 1%", - "last 2 versions" - ] + "name": "wampac", + "version": "0.1.1", + "description": "Wide Area Monitoring, Protection and Control (WAMPAC) framework", + "author": { + "name": "Amrita-Rubix" + }, + "main": "background.js", + "private": true, + "scripts": { + "serve": "vue-cli-service serve --port 9000", + "build": "vue-cli-service build --port 9000", + "lint": "vue-cli-service lint", + "electron:build": "vue-cli-service electron:build", + "electron:serve": "vue-cli-service electron:serve", + "postinstall": "electron-builder install-app-deps", + "postuninstall": "electron-builder install-app-deps" + }, + "dependencies": { + "axios": "^0.21.0", + "chart.js": "^2.9.3", + "core-js": "^3.6.4", + "easy-circular-progress": "^1.0.4", + "v-file-upload": "^3.1.7", + "vue": "^2.6.11", + "vue-axios-cors": "^1.0.1", + "vue-chartjs": "^3.5.0", + "vue-clipboard2": "^0.3.1", + "vue-good-table": "^2.21.3", + "vue-js-modal": "^2.0.0-rc.6", + "vue-notification": "^1.3.20", + "vue-over-body": "^0.0.5", + "vue-picture-input": "^2.1.6", + "vue-progress-circle": "^1.1.2", + "vue-progress-path": "^0.0.2", + "vue-promise-dialogs": "^1.0.2", + "vue-router": "^3.1.5", + "vue-suggestion": "^1.1.0", + "vue2-circle-progress": "^1.2.3", + "vuejs-smart-table": "^0.0.7", + "vuex": "^3.1.2" + }, + "devDependencies": { + "@vue/cli-plugin-babel": "^4.2.0", + "@vue/cli-plugin-eslint": "^4.2.0", + "@vue/cli-service": "^4.2.0", + "babel-eslint": "^10.0.3", + "electron": "^9.0.0", + "electron-devtools-installer": "^3.1.0", + "eslint": "^6.7.2", + "eslint-plugin-vue": "^6.1.2", + "tailwindcss": "^1.2.0", + "vue-cli-plugin-electron-builder": "~2.0.0-rc.5", + "vue-template-compiler": "^2.6.11" + }, + "eslintConfig": { + "root": true, + "env": { + "node": true + }, + "extends": [ + "plugin:vue/essential", + "eslint:recommended" + ], + "parserOptions": { + "parser": "babel-eslint" + }, + "rules": { + "no-unused-vars": "off" + } + }, + "browserslist": [ + "> 1%", + "last 2 versions" + ] } -- GitLab