-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 877 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "androidsshsimple",
"displayName": "androidSSHSimple",
"version": "1.0.0",
"description": "Simple ssh android application example using web programing languages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Hadatko",
"license": "Apache-2.0",
"dependencies": {
"cordova-android": "^8.1.0",
"cordova-plugin-exit": "^1.0.3",
"cordova-plugin-ssh-connect": "^1.1.1"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-exit": {},
"cordova-plugin-ssh-connect": {}
},
"platforms": [
"android"
]
}
}