-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 850 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
35
{
"name": "cordova-plugin-dynamic-color",
"version": "0.0.4",
"description": "Get the Android 12+ Dynamic color and palette",
"author": "Oleguer Llopart",
"license": "MIT",
"cordova": {
"id": "cordova-plugin-dynamic-color",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ollm/cordova-plugin-dynamic-color"
},
"bugs": {
"url": "https://github.com/ollm/cordova-plugin-dynamic-color/issues"
},
"homepage": "https://github.com/ollm/cordova-plugin-dynamic-color#readme",
"keywords": [
"cordova",
"cordova-android",
"cordova-plugin",
"android-dark-theme",
"dynamic-color",
"dynamic-colors",
"material-you",
"material-3",
"material-design"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}