{
  "name": "com.7generationgames.makingcampedu",
  "version": "1.0.19",
  "displayName": "Making Camp Edu",
  "description": "An education game from 7 Generation Games",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Apache Cordova Team",
  "license": "Apache-2.0",
  "dependencies": {
    "cordova-android": "^8.1.0",
    "cordova-plugin-app-name": "^1.0.4",
    "cordova-plugin-whitelist": "^1.3.3"
  },
  "cordova": {
    "plugins": {
      "cordova-plugin-whitelist": {},
      "cordova-plugin-app-name": {
        "APP_NAME": "Making Camp Edu"
      }
    },
    "platforms": [
      "android"
    ]
  }
}