Files
FE_Charts/mobile/package.json

33 lines
872 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-plugin-device": "^2.0.3"
},
"devDependencies": {
"cordova-browser": "^7.0.0",
"cordova-plugin-network-information": "^3.0.0"
},
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-network-information": {}
},
"platforms": [
"browser",
"android"
]
}
}