-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "satellogic-3d-globe-panel",
"version": "0.1.0",
"description": "A Cesium based 3D Globe panel plugin for Grafana.",
"bugs": "https://github.com/satellogic/grafana-3d-globe-panel/issues",
"main": "false",
"dependencies": {},
"scripts": {
"start": "gulp",
"build": "gulp build",
"server": "node ./server/server.js"
},
"author": {
"name": "Satellogic SA",
"url": "http://satellogic.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/satellogic/grafana-3d-globe-panel.git"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-plugin-transform-object-rest-spread": "6.19.0",
"babel-preset-es2015": "6.18.0",
"cesium": "1.28",
"del": "2.2.2",
"eslint": "3.11.1",
"eslint-config-airbnb-base": "10.0.1",
"eslint-plugin-import": "2.2.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-rename": "1.2.2",
"gulp-strip-comments": "2.4.3"
}
}