29 lines
719 B
JSON
29 lines
719 B
JSON
|
{
|
||
|
"version": "1.0.0",
|
||
|
"name": "platypush",
|
||
|
"app-name": "Platypush",
|
||
|
"package-name": "tech.platypush.platypush",
|
||
|
"project-type": "webview",
|
||
|
"icon": "./assets/icon/icon.png",
|
||
|
"dist-path": "./dist",
|
||
|
"permission": [
|
||
|
"android.permission.INTERNET"
|
||
|
],
|
||
|
"description": "Manage your Platypush instances and smart devices from your mobile",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start:dev": "node .",
|
||
|
"build": "androidjs build"
|
||
|
},
|
||
|
"author": "Fabio Manganiello",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"androidjs": "^2.0.2",
|
||
|
"bonjour": "^3.5.0"
|
||
|
},
|
||
|
"project-name": "platypush",
|
||
|
"theme": {
|
||
|
"fullScreen": true
|
||
|
}
|
||
|
}
|