forked from searchkit/searchkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
{
"private": true,
"name": "searchkit",
"keywords": [
"elasticsearch",
"elastic search",
"react",
"ui components",
"search",
"library",
"client-side",
"widgets",
"react components",
"react-component"
],
"homepage": "http://www.searchkit.co",
"bugs": {
"url": "https://github.com/searchkit/searchkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/searchkit/searchkit.git"
},
"scripts": {
"lerna": "lerna"
},
"authors": [
{
"name": "Joseph McElroy",
"email": "[email protected]"
},
{
"name": "Siavash Etemadieh",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Gregory Potdevin",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"lerna": "2.4.0"
}
}