forked from elastic/sense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
42
43
44
45
46
47
48
{
"author": "Boaz Leskes <boaz@elastic.co>",
"contributors": [
"Spencer Alger <spencer.alger@elastic.co>"
],
"name": "sense",
"version": "2.0.0-snapshot",
"repository": {
"type": "git",
"url": "http://github.com/elastic/sense.git"
},
"scripts": {
"build": "grunt build",
"release": "grunt release",
"lint": "grunt eslint:source",
"setup_kibana": "grunt setup_kibana",
"test": "npm run test:server",
"test:server": "plugin-helpers test:server"
},
"devDependencies": {
"@elastic/plugin-helpers": "^5.0.0-beta1",
"babel-eslint": "^4.1.6",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-aws": "^0.6.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-gitinfo": "^0.1.7",
"grunt-replace": "^0.11.0",
"grunt-run": "^0.5.2",
"gruntify-eslint": "^1.2.0",
"jit-grunt": "^0.9.1",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
},
"dependencies": {
"boom": "2.8.0",
"joi": "6.6.1",
"lodash": "3.10.1",
"minimatch": "^3.0.0"
},
"license": "Apache-2.0"
}