-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.27 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
55
56
57
58
59
60
{
"name": "searchkit-daterangefilter",
"version": "0.0.2",
"description": "Searchkit DateRangeFilter component",
"main": "lib/index.js",
"jsnext:main": "es6/index.js",
"files": [
"es6",
"lib",
"umd"
],
"scripts": {
"build": "nwb build",
"clean": "nwb clean",
"start": "nwb serve",
"test": "nwb test",
"test:watch": "nwb test --server"
},
"peerDependencies": {
"react": "^0.14.0",
"searchkit": "^0.10.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"deep-equal": "^1.0.1",
"invariant": "^2.2.1",
"lodash": "^4.13.1",
"nwb": "0.9.x",
"nwb-sass": "^0.5.0",
"query-string": "^4.2.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"searchkit": "^0.10.0",
"warning": "^3.0.0"
},
"authors": [
{
"name": "Gregory Potdeviny",
"email": "gregory@appcraft.fr"
}
],
"homepage": "http://gregorypotdevin.github.io/searchkit-daterangefilter/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GregoryPotdevin/searchkit-daterangefilter.git"
},
"keywords": [
"react-component",
"react components",
"searchkit",
"elasticsearch",
"elastic search",
"react",
"search",
"widgets",
"date",
"date range"
]
}