-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 996 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
{
"name": "timelion-google-analytics",
"version": "5.0.0",
"kibanas": [
"5.0.0"
],
"repository": {
"type": "git",
"url": "https://github.com/bahaaldine/timelion-google-analytics"
},
"license": "Apache-2.0",
"description": "Google Analytics plugin for Timelion",
"main": "gulpfile.js",
"scripts": {
"start": "gulp dev",
"build": "gulp build",
"package": "gulp package",
"test": "gulp test"
},
"devDependencies": {
"@elastic/eslint-config-kibana": "^0.1.0",
"babel-eslint": "^4.1.8",
"babel-register": "^6.16.3",
"bluebird": "^3.1.1",
"eslint": "^1.10.3",
"eslint-plugin-mocha": "^1.1.0",
"glob": "^7.0.5",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-gzip": "^1.2.0",
"gulp-tar": "^1.8.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.0",
"rsync": "^0.4.0"
},
"dependencies": {
"googleapis": "^14.0.0",
"lodash": "^3.10.1"
}
}