Files
FE_Charts/mobile/package.json
dario-cfpt ea23badffb Add images for logo and splash screen
Also added project informations in the about page and updated the README
2020-03-16 18:39:20 +01:00

39 lines
1.1 KiB
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-browser": "^6.0.0",
"cordova-ios": "^5.1.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.3"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android",
"ios",
"browser"
]
}
}