-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 967 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
{
"name": "floristyle",
"version": "1.0.0",
"description": "Dynamic Material You themes for the Florisboard keyboard. Make the Florisboard keyboard's UI more similar to Gboard.",
"main": "index.js",
"scripts": {
"decompress": "node src/js/decompress.js",
"compress:debug": "node src/js/compressDebug.js",
"compress:prod": "node src/js/compressProd.js",
"build:debug": "npm run compress:debug",
"build:prod": "npm run compress:prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsmartashub/floristyle.git"
},
"keywords": [
"gboard, florisboard, florisboard-theme, florisboard-extension, material you, material themes, keyboard, keyboard-themes, themes, dynamic themes"
],
"author": "@itsmartashub",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/itsmartashub/floristyle/issues"
},
"homepage": "https://github.com/itsmartashub/floristyle#readme",
"dependencies": {
"adm-zip": "^0.5.10"
}
}