-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 842 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
{
"name": "react-hooka",
"version": "2.0.0",
"description": "Manages global state of React application.\nImplemented around react-hooks, optimized for both synchronous and asynchronous global-state update operation.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/abhay-khandwekar/react-hooka.git"
},
"homepage": "https://github.com/abhay-khandwekar/react-hooka",
"keywords": [
"react",
"store",
"state management",
"react hook store",
"hook",
"hooks",
"react hooks",
"asynchronous store",
"synchronous store",
"javascript promise",
"promise",
"async await"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhay Kumar",
"license": "MIT",
"dependencies": {
"react": ">=16.8.0"
}
}