You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
528 B
JSON

{
"name": "dk.bpfilip.aafestival",
"displayName": "Å-Festival",
"version": "1.0.0",
"description": "Å-Festival app",
"main": "index.js",
"author": "Filip Borum Poulsen",
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^10.1.2",
"cordova-browser": "^6.0.0",
"cordova-ios": "^7.0.1",
"cordova-plugin-statusbar": "^4.0.0"
},
"cordova": {
"platforms": [
"browser",
"ios",
"android"
],
"plugins": {
"cordova-plugin-statusbar": {}
}
}
}