-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
33 lines (33 loc) · 834 Bytes
/
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
{
"name": "gun-elastic",
"version": "0.1.3",
"description": "An Elasticsearch adapter for Gunjs",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lmangani/gun-elastic.git"
},
"keywords": [
"elastic",
"elasticsearch",
"gun",
"gunjs",
"storage",
"adapter"
],
"author": "Lorenzo Mangani <lorenzo.mangani@gmail.com>",
"license": "MIT",
"scripts": {
"test": "flint test ./src/gun-elastic.js --opt=./flint-opt.js",
"profile": "flint profile ./src/gun-elastic.js --opt=./flint-opt.js"
},
"bugs": {
"url": "https://github.com/lmangani/gun-elastic/issues"
},
"homepage": "https://github.com/lmangani/gun-elastic#readme",
"dependencies": {
"elasticsearch": "^14.0.0",
"gun": "^0.2019.416",
"gun-flint": "0.0.28"
}
}