UNPKG

@boris-turner/amphora-search

Version:

Making it easier to use Elastic Search with Amphora

60 lines (59 loc) 1.47 kB
{ "name": "@boris-turner/amphora-search", "version": "7.4.1-cnn.0", "description": "Making it easier to use Elastic Search with Amphora", "main": "index.js", "scripts": { "test": "npm run lint && npm run jest", "jest": "jest", "lint": "eslint --max-warnings 0 lib test" }, "repository": { "type": "git", "url": "git+https://github.com/clay/amphora-search.git" }, "author": "New York Media", "license": "MIT", "bugs": { "url": "https://github.com/clay/amphora-search/issues" }, "homepage": "https://github.com/clay/amphora-search#readme", "keywords": [ "amphora", "clay", "kiln", "clay-kiln" ], "dependencies": { "@boris-turner/amphora-fs": "^1.0.2-cnn.0", "@boris-turner/clayutils": "^2.6.3-cnn.0", "bluebird": "^3.5.0", "body-parser": "^1.17.1", "chalk": "^1.1.3", "clay-log": "^1.1.0", "elasticsearch": "^13.0.1", "elasticsearch-scroll-stream": "^1.1.3", "express": "^4.16.3", "glob": "^7.1.1", "highland": "^2.11.1", "lodash": "^4.17.4", "lodash-ny-util": "^0.1.1", "promise-queue": "^2.2.3", "redis": "^2.8.0", "util": "^0.10.3", "xml-js": "^1.6.2" }, "devDependencies": { "coveralls": "^3.0.2", "eslint": "^4.6.1", "jest": "^23.4.1", "supertest": "^3.0.0" }, "engines": { "node": "^8.0.0" }, "gitHead": "2f9663cbe0d110209853ccbacb1548a73cb0a2f6", "publishConfig": { "access": "public" } }