-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.28 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.28 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "amphora-search",
"version": "8.0.1",
"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": {
"amphora-fs": "^2.0.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"chalk": "^1.1.3",
"clay-log": "^1.1.0",
"clayutils": "^3.0.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.20",
"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"
}
}