-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "elasticfire",
"version": "1.0.3",
"description": "A flexibe and configurable module to connect Firebase with Elasticsearch.",
"main": "lib/index.js",
"devDependencies": {},
"dependencies": {
"elasticsearch": "^11.0.1",
"firebase": "^3.5.2",
"obj-unflatten": "^1.0.4",
"ul": "^5.2.9"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/elasticfire.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Bloggify/elasticfire/issues"
},
"homepage": "https://github.com/Bloggify/elasticfire#readme",
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
],
"blah": {
"h_img": "https://i.imgur.com/WnGtDhC.png",
"description": [
{
"h2": ":rocket: Features"
},
{
"ul": [
"Easily configure the way how the data should be taken from Firebase",
"Filter out documents",
"Include and exclude specific fields",
"Support for joins"
]
}
],
"thanks": "[`flashlight`](https://github.com/firebase/flashlight) was the main inspiration for this project. :cake:"
},
"author": "Bloggify <[email protected]> (https://bloggify.org)"
}