We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82f56e commit 421ef1bCopy full SHA for 421ef1b
.gitignore
@@ -0,0 +1 @@
1
+bower_components/
bower.json
@@ -0,0 +1,25 @@
+{
2
+ "name": "kendo-elasticsearch",
3
+ "main": "kendo-elasticsearch.js",
4
+ "version": "1.0.0",
5
+ "homepage": "https://github.com/thenewmotion/kendo-elasticsearch",
6
+ "authors": [
7
+ "Reinier Lamers <[email protected]>"
8
+ ],
9
+ "description": "A Kendo DataSource extension so you can load data into your Kendo UI Grid from an ElasticSearch index.",
10
+ "keywords": [
11
+ "kendo",
12
+ "elasticsearch"
13
14
+ "license": "MIT",
15
+ "ignore": [
16
+ "**/.*",
17
+ "node_modules",
18
+ "bower_components",
19
+ "test",
20
+ "tests"
21
22
+ "dependencies": {
23
+ "momentjs": "2.9.*"
24
+ }
25
+}
0 commit comments