mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
19 lines
618 B
JSON
19 lines
618 B
JSON
|
{
|
||
|
"name": "elasticsearch-browser",
|
||
|
"version": "3.1.3",
|
||
|
"description": "The official low-level Elasticsearch client, for use in the browser.",
|
||
|
"main": "elasticsearch.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/elasticsearch/bower-elasticsearch-js.git"
|
||
|
},
|
||
|
"author": "Spencer Alger <spencer@spenceralger.com>",
|
||
|
"license": "Apache 2.0",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/elasticsearch/bower-elasticsearch-js/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/elasticsearch/bower-elasticsearch-js"
|
||
|
}
|