-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
32 lines (32 loc) · 879 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
{
"name": "elasticsearch-gui",
"version": "2.0.0",
"description": "Elasticsearch plugin to show you what you have fot and learn about queries",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/jettro/elasticsearch-gui.git"
},
"keywords": [
"elasticsearch",
"plugin",
"gui"
],
"author": "Jettro Coenradie",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jettro/elasticsearch-gui/issues"
},
"homepage": "https://github.com/jettro/elasticsearch-gui",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-devserver": "^0.6.0",
"grunt-rsync": "~0.6.2"
}
}