forked from drakerian/loopback-connector-elastic-search
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "loopback-connector-elastic-search",
"version": "0.0.2a",
"description": "Connect LoopBack to Elasticsearch engine",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"loopback",
"elastic",
"loopback-connector",
"connector"
],
"author": "Drakerian",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/drakerian/loopback-connector-elastic-search.git"
},
"license": {
"name": "MIT",
"url": "https://github.com/drakerian/loopback-connector-elastic-search/blob/master/LICENCE"
},
"bugs": {
"url": "https://github.com/drakerian/loopback-connector-elastic-search/issues"
},
"homepage": "https://github.com/drakerian/loopback-connector-elastic-search",
"dependencies": {
"async": "^0.9.0",
"elasticsearch": "^2.4.3",
"loopback-connector": "^1.1.1"
},
"directories": {
"example": "examples",
"test": "test"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.12.1",
"mocha": "^1.21.4"
}
}