-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 982 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
{
"name": "topology",
"version": "5.1.1",
"description": "a cluster Topology explorer",
"main": "index.js",
"kibana": {
"version": "5.1.1"
},
"scripts": {
"lint": "eslint",
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build",
"postinstall": "plugin-helpers postinstall"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"@elastic/eslint-config-kibana": "0.0.2",
"@elastic/plugin-helpers": "latest",
"babel-eslint": "4.1.8",
"bluebird": "^3.0.6",
"chai": "^3.5.0",
"code": "^2.1.0",
"eslint": "1.10.3",
"eslint-plugin-mocha": "1.1.0"
},
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-material": "^1.1.1",
"boom": "^4.2.0",
"echarts": "^3.3.1",
"elasticsearch": "^12.1.0",
"mdi": "^1.7.22"
}
}