-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
40
41
{
"name": "template-kibana-plugin",
"version": "8.0.0",
"description": "An sao template for a Kibana plugins",
"repository": {
"type": "git",
"url": "https://github.com/elastic/template-kibana-plugin.git"
},
"bugs": {
"url": "https://github.com/elastic/template-kibana-plugin/issues"
},
"license": "Apache-2.0",
"scripts": {
"lint": "eslint *.js template/**/*.js",
"test": "ava sao.test.js",
"test:dev": "ava --watch sao.test.js"
},
"keywords": [
"sao-template",
"kibana",
"plugin"
],
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.14.0",
"@elastic/eslint-import-resolver-kibana": "^0.9.0",
"ava": "^0.19.1",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-react": "^7.0.1",
"sao": "^0.19.3"
}
}