UNPKG

864 BJSONView Raw
1{
2 "name": "geopipes-elasticsearch-backend",
3 "author": "mapzen",
4 "version": "0.0.4",
5 "description": "Elasticsearch backend with support for streaming bulk indexing",
6 "homepage": "https://github.com/geopipes/elasticsearch-backend",
7 "license": "MIT",
8 "main": "index.js",
9 "scripts": {
10 "test": "node test/run.js | tap-spec"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/geopipes/elasticsearch-backend.git"
15 },
16 "keywords": [
17 "geopipes",
18 "elasticsearch"
19 ],
20 "bugs": {
21 "url": "https://github.com/geopipes/elasticsearch-backend/issues"
22 },
23 "engines": {
24 "node": ">=0.10.26",
25 "npm": ">=1.4.3",
26 "elasticsearch": ">=1.1.1"
27 },
28 "dependencies": {
29 "bun": "0.0.10",
30 "merge": "^1.1.3",
31 "through2": "^0.5.1"
32 },
33 "devDependencies": {
34 "tape": "^2.13.4",
35 "tap-spec": "^0.2.0"
36 }
37}