Skip to content

Commit 421ef1b

Browse files
author
Dan Brooke
committed
Added bower.json
1 parent b82f56e commit 421ef1b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bower_components/

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
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

Comments
 (0)