{ "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" }, "devDependencies": { "cordova-plugin-whitelist": "^1.3.4" }, "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-device": {} }, "platforms": [ "android", "ios", "browser" ] } }