-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 932 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 932 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
35
36
37
38
39
40
{
"name": "cordova-agc-applinking-demo",
"displayName": "cordova-agc-applinking-demo",
"version": "1.2.0-300",
"description": "A demo application which shows the usage of @cordova-plugin-agconnect/applinking",
"author": "agc",
"homepage": "https://developer.huawei.com/consumer/en/agconnect/",
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-applinking",
"applinking",
"agc-applinking"
],
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
}
},
"files": [
"www",
"config.xml",
"LICENCE",
"package.json",
"README.md"
]
}