-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 919 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
36
37
38
{
"name": "react-honeycombs",
"version": "1.0.4",
"description": "Honeycombs React bindings",
"main": "lib/index.js",
"bugs": {
"url": "https://github.com/noveogroup/honeycombs/issues",
"email": "me@stupidcat.wtf"
},
"repository": "noveogroup/honeycombs",
"homepage": "https://github.com/noveogroup/honeycombs/tree/master/packages/react-honeycombs",
"contributors": [
"Pavel Tereschenko <me@stupidcat.wtf> (https://github.com/bigslycat)",
"Timofey Kuzmin <tkuzmin@gmail.com> (https://github.com/tkuzmin)"
],
"license": "MIT",
"dependencies": {
"core-js": "^2.5.7",
"es-observable": "^1.0.4",
"honeycombs": "^1.0.4",
"symbol-observable": "^1.2.0"
},
"peerDependencies": {
"react": "^16.4.1"
},
"files": [
"README.md",
"LICENSE.md",
"lib",
"src"
],
"keywords": [
"Observable",
"store",
"state",
"state manager"
]
}