-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 912 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
34
{
"name": "cordova-agc-cloudfunctions-demo",
"displayName": "AGCCloudFunctionsDemo",
"version": "1.2.0-300",
"description": "A demo application which shows the usage of @cordova-plugin-agconnect/cloudfunctions",
"homepage": "https://developer.huawei.com/consumer/en/agconnect/",
"license": "Apache-2.0",
"licenseFilename": "LICENCE",
"readmeFilename": "README.md",
"main": "./www/index.js",
"keywords": [
"cordova",
"ecosystem:cordova",
"cloudfunctions",
"huawei-cloudfunctions",
"agc-cloudfunctions"
],
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": []
},
"files": [
"./www",
"config.xml",
"LICENCE",
"package.json",
"README.md"
]
}