-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 970 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
{
"name": "zeppelin-highmaps",
"version": "1.0.0",
"description": "Zeppelin plugin to visualize data using Highmaps",
"main": "src/zeppelin-highmaps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"zeppelin",
"helium",
"visualization",
"highmaps"
],
"author": "odnoklassniki",
"license": "Apache-2.0",
"dependencies": {
"highcharts": "6.0.4",
"lodash": "4.17.4",
"node-polyglot": "2.2.2",
"zeppelin-tabledata": "^0.7.1",
"zeppelin-vis": "^0.7.3-SNAPSHOT"
},
"helium": {
"icon": "<i class='fa fa-globe' style='color: #ee8208;'></i>",
"license": "Apache-2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odnoklassniki/zeppelin-highmaps.git"
},
"bugs": {
"url": "https://github.com/odnoklassniki/zeppelin-highmaps/issues"
},
"homepage": "https://github.com/odnoklassniki/zeppelin-highmaps/blob/master/README.md"
}