elasticsearch-orm
Version:
This is a orm for elasticSearch
24 lines (23 loc) • 451 B
JSON
{
"name": "elasticsearch-orm",
"version": "1.0.29",
"description": "This is a orm for elasticSearch",
"main": "es.js",
"scripts": {
"test": "mocha --recursive --timeout 7000 test"
},
"keywords": [
"es",
"elasticSearch",
"orm"
],
"repository": {
"type": "https",
"url": "https://github.com/Treagzhao/elasticsearc-orm"
},
"author": "",
"license": "MIT",
"dependencies": {
"request": "^2.82.0"
}
}