-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "kibana-morse-formatter",
"version": "0.0.2",
"description": "Field formatter plugin for Kibana that translates text into morse code",
"url": "https://github.com/nabilbendafi/kibana-morse-formatter/issues",
"author": "Nabil Bendafi <[email protected]>",
"license": "Apache-2.0",
"kibana": {
"version": "5.2.0"
},
"scripts": {
"start": "plugin-helpers start",
"test:server": "plugin-helpers test:server",
"test:browser": "plugin-helpers test:browser",
"build": "plugin-helpers build"
},
"repository": {
"type": "git",
"url": "https://github.com/nabilbendafi/kibana-morse-formatter.git"
},
"keywords": [
"kibana",
"morse"
],
"dependencies": {
"morse": "0.1.0"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "0.0.2",
"@elastic/plugin-helpers": "^6.0.0",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"bluebird": "^3.1.5",
"eslint": ">=4.18.2",
"eslint-plugin-mocha": "^1.1.0",
"lodash": "^4.0.1"
}
}