-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 697 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 697 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
{
"name": "react-glize",
"version": "22.7.25",
"description": "Glize library for React.",
"homepage": "https://github.com/Datamart/react-glize",
"repository": "github:Datamart/react-glize",
"license": "Apache-2.0",
"main": "./index.js",
"exports": "./index.js",
"bugs": {
"url": "https://github.com/Datamart/react-glize/issues"
},
"author": {
"name": "Valentin Podkamennyi",
"email": "vpodk@users.noreply.github.com",
"url": "https://vpodk.com/"
},
"keywords": [
"glize",
"react"
],
"dependencies": {
"expirable-storage": "^1.0.0",
"glize": "^22.7.25",
"komito-analytics": "^1.0.5",
"react-hamburger-drawer": "^21.11.19"
}
}