-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 806 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 806 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
28
29
30
{
"name": "elastic-proxy",
"version": "0.0.2",
"description": "HTTP proxy for ElasticSearch cluster with simple auth",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon --watch source --watch config --watch app.js app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/likeastore/elastic-proxy"
},
"author": "alexander.beletsky@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/likeastore/elastic-proxy/issues"
},
"homepage": "https://github.com/likeastore/elastic-proxy",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"respawn": "~0.4.2",
"http-proxy": "~1.1.4",
"colors": "~0.6.2",
"moment": "~2.7.0",
"node-logentries": "~0.1.4"
}
}