-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.15 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": "node-elasticsearch-sync",
"version": "1.0.1",
"description": "ElasticSearch and MongoDB sync module for node",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toystars/node-elasticsearch-sync.git"
},
"keywords": [
"Elastic",
"Search",
"MongoDB",
"Sync",
"Mongo",
"Elastic"
],
"author": "Mustapha Babatunde <[email protected]> (http://bmustapha.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/toystars/node-elasticsearch-sync/issues"
},
"homepage": "https://github.com/toystars/node-elasticsearch-sync#readme",
"engines": {
"node": ">=4.2.4"
},
"dependencies": {
"debug": "^2.3.2",
"dot-object": "^1.4.1",
"elasticsearch": "^11.0.1",
"mongo-oplog": "^1.0.1",
"mongodb": "^2.1.16",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"istanbul": "^0.4.5",
"mocha": "^3.0.2"
}
}