-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 825 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 825 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
{
"name": "cordova-agc-clouddb-demo",
"displayName": "AGCCloudDBDemo",
"version": "1.0.0-300",
"author": "agc",
"description": "A demo application which shows the usage of @cordova-plugin-agconnect/clouddb",
"homepage": "https://developer.huawei.com/consumer/en/agconnect/",
"license": "Apache-2.0",
"licenseFilename": "LICENCE",
"readmeFilename": "README.md",
"main": "./www/js/index.js",
"keywords": [
"ecosystem:cordova",
"clouddb",
"huawei-clouddb",
"agc-clouddb"
],
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": []
},
"files": [
"./www",
"config.xml",
"LICENCE",
"package.json",
"README.md",
"img",
"CloudDBQuickStart_1.json"
]
}