
The user can now compare the stats of multiple characters with two graph (column graph and polar spider). Small refactor of the displayPolarSpider function to work in all pages.
31 lines
770 B
JSON
31 lines
770 B
JSON
{
|
|
"name": "net.dariogenga.fecharts",
|
|
"displayName": "FE_Charts",
|
|
"version": "1.0.0",
|
|
"description": "Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ecosystem:cordova"
|
|
],
|
|
"author": "Apache Cordova Team",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cordova-android": "^8.1.0",
|
|
"cordova-ios": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"cordova-plugin-whitelist": "^1.3.4"
|
|
},
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {}
|
|
},
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
]
|
|
}
|
|
} |