forked from blacklabel/custom_events
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 999 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
{
"name": "highcharts-custom-events",
"version": "3.0.10",
"description": "Plugin that allows you to add extra events, like double / right click on each chart element, for Highcharts.",
"main": "js/customEvents.js",
"repository": {
"type": "git",
"url": "git+https://github.com/blacklabel/custom_events.git"
},
"types": "js/customEvents.d.ts",
"keywords": [
"highcharts",
"highstock",
"highmaps",
"events",
"highcharts-addon"
],
"author": "Black Label <[email protected]> (http://blacklabel.pl)",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/blacklabel/custom_events/issues"
},
"homepage": "https://github.com/blacklabel/custom_events#readme",
"files": [
"js/customEvents.js",
"js/customEvents.d.ts"
],
"devDependencies": {
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-jsdoc3": "^2.0.0",
"gulp-jsmin": "^0.1.5"
},
"dependencies": {
"highcharts": ">=5.0.9"
}
}