-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 761 Bytes
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
34
{
"name": "com.gitsta.gitstaapp",
"displayName": "Gitsta",
"version": "1.0.0",
"description": "The Gitsta App.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": {
"name": "Jeswin Kumar",
"email": "jeswinpk@agilehead.com"
},
"license": "AGPL",
"dependencies": {
"cordova-android": "^8.1.0",
"gitsta-core-api-bridge-plugin-android": "file:gitstaCoreApiBridge/plugin"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-whitelist": {},
"com.gitsta.gitstapp.plugins.GitstaCoreApiBridge": {}
}
}
}