-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "seneca-elasticsearch",
"version": "1.1.1",
"description": "elasticsearch plugin for seneca",
"main": "elasticsearch.js",
"scripts": {
"test": "mocha test --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/nherment/seneca-elasticsearch.git"
},
"keywords": [
"elasticsearch",
"search",
"seneca"
],
"contributors": [
"Adrian Rossouw <[email protected]>",
"Nicolas Herment <[email protected]>",
"Richard Rodger <[email protected]>",
"Cristian Ianto <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nherment/seneca-elasticsearch/issues"
},
"homepage": "https://github.com/nherment/seneca-elasticsearch",
"dependencies": {
"async": "0.6.2",
"elastic.js": "1.1.1",
"elasticsearch": "^5.0.0",
"node-uuid": "1.4.1",
"serial": "0.0.6",
"underscore": "1.6.0"
},
"devDependencies": {
"mocha": "1.20.1",
"seneca": "0.6.4",
"should": "3.2.0"
}
}