36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "fchat",
|
|
"version": "0.2.0",
|
|
"author": "The F-List Team",
|
|
"description": "F-List.net Chat Client",
|
|
"main": "main.js",
|
|
"license": "MIT",
|
|
"cordova": {
|
|
"plugins": {
|
|
"cordova-plugin-whitelist": {},
|
|
"cordova-plugin-file": {},
|
|
"de.appplant.cordova.plugin.local-notification": {}
|
|
},
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "../node_modules/.bin/webpack",
|
|
"build:dist": "../node_modules/.bin/webpack --env production",
|
|
"watch": "../node_modules/.bin/webpack --watch"
|
|
},
|
|
"dependencies": {
|
|
"cordova-android": "^6.2.3",
|
|
"cordova-plugin-app-event": "^1.2.1",
|
|
"cordova-plugin-compat": "^1.0.0",
|
|
"cordova-plugin-device": "^1.1.6",
|
|
"cordova-plugin-file": "^4.3.3",
|
|
"cordova-plugin-whitelist": "^1.3.2",
|
|
"de.appplant.cordova.plugin.local-notification": "^0.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cordova": "^0.0.34",
|
|
"qs": "^6.5.0"
|
|
}
|
|
} |