-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 loc) · 1.16 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "glize",
"type": "module",
"version": "22.7.24",
"description": "Glize is a clean and robust pure JavaScript library.",
"homepage": "https://glize.js.org",
"repository": "github:Datamart/Glize",
"license": "Apache-2.0",
"main": "./index.js",
"exports": "./index.js",
"scripts": {
"test": "node ./tests",
"build": "time ./build"
},
"bugs": {
"url": "https://github.com/Datamart/Glize/issues"
},
"author": {
"name": "Valentin Podkamennyi",
"email": "[email protected]",
"url": "https://vpodk.com/"
},
"keywords": [
"compressors",
"dom-manipulations",
"LZW",
"templates",
"logic-less-template",
"cookies",
"number-formatter",
"ordinal-number",
"byte-formatter",
"date-formatter",
"date-parser",
"locale",
"jsonp",
"random-array",
"random-number",
"array-contains",
"capitalize",
"uuid4",
"hash-string",
"debounce",
"throttle"
],
"dependencies": {
"bytes-formatter": "^21.6.12",
"debouncing": "^22.7.24",
"lzw-compressor": "^21.6.5",
"midday": "^21.7.6",
"string-transform": "^21.9.19",
"uint": "^21.6.2"
}
}