-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 KB
/
package.json
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
{
"name": "quiver-firebase-search",
"version": "1.0.6",
"description": "Index your Firebase collections to Elasticsearch and/or Algolia",
"main": "firebase-search.js",
"scripts": {
"tunnel": "node tunnel.js",
"test": "node test-elasticsearch.js && node test-algolia.js",
"jasmine": "jasmineal",
"deploy-database": "firebase deploy --only database",
"deploy-hosting": "firebase deploy --only hosting",
"deploy": "firebase deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/deltaepsilon/firebase-search.git"
},
"keywords": [
"firebase",
"elasticsearch",
"algolia",
"search"
],
"author": "Chris Esplin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deltaepsilon/firebase-search/issues"
},
"homepage": "https://github.com/deltaepsilon/firebase-search",
"devDependencies": {
"axios": "^0.13.1",
"firebase-admin": "^4.2.0",
"jasmine": "^2.5.3",
"json-format": "^0.1.2",
"tape": "^4.6.0",
"tape-catch": "^1.0.6"
},
"dependencies": {
"algoliasearch": "^3.22.1",
"elasticsearch": "^11.0.1",
"firebase": "^3.2.1",
"lodash": "^4.14.1",
"queue": "^4.2.1"
}
}