forked from phillro/node-elasticsearch-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 700 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 700 Bytes
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
{
"author": "Phillip Rosen <phill.rosen@gmail.com>",
"name": "elasticsearchclient",
"description": "A client for Elastic Search",
"keywords": ["elasticsearch", "elastic", "search", "client"],
"version": "0.5.1",
"repository": {
"url": ""
},
"main": "./index.js",
"engines": {
"node": ">= 0.3.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "1.7.4"
, "chai": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/phillro/node-elasticsearch-client.git"
},
"scripts": {
"test": "make test",
"coverage": "make test-cov --no-print-directory"
}
}