-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1010 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
43
44
45
46
{
"name": "anychart-jquery",
"version": "1.0.4",
"description": "JQuery plugin for AnyChart JavaScript charting library",
"main": "./dist/anychart-jquery.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnyChart/AnyChart-jQuery.git"
},
"author": "AnyChart",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-jQuery/issues"
},
"homepage": "https://github.com/AnyChart/AnyChart-jQuery#readme",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"anychart",
"anystock",
"anygantt",
"anymap",
"charts",
"javascript charts",
"ajax charts",
"plots",
"line charts",
"bar charts",
"pie charts",
"javascript plots",
"ajax plots",
"javascript",
"jQuery",
"SVG",
"HTML5",
"framework",
"VML"
],
"dependencies": {
"anychart": "latest",
"jquery": "^3.2.1"
}
}