forked from elastic/esvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 921 Bytes
/
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": "esvm",
"version": "3.2.13",
"description": "Elasticsearch Version Manager",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/simianhacker/esvm.git"
},
"keywords": [
"elasticsearch",
"version",
"manager",
"libesvm"
],
"author": "Chris Cowan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/simianhacker/esvm/issues"
},
"homepage": "https://github.com/simianhacker/esvm",
"bin": {
"esvm": "./bin/esvm.js"
},
"dependencies": {
"cli-color": "^0.3.2",
"cli-table": "^0.3.1",
"commander": "^2.3.0",
"libesvm": "^3.9.0",
"lodash": "^4.0.0",
"moment": "^2.8.1",
"optimist": "^0.6.1",
"progress": "^1.1.8",
"rcloader": "^0.1.2"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"requirefrom": "^0.2.0"
}
}