forked from AnyChart/AnyChart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
59 lines (59 loc) · 1.34 KB
/
bower.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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "AnyChart",
"description": "Robust JavaScript/HTML5 Chart library for any project",
"main": "./dist/js/anychart-bundle.min.js",
"authors": [
"Roman Lubushkin <[email protected]>",
"Alexander Kudryavtsev <[email protected]>",
"Anton Kagakin <[email protected]>",
"Anton Saukh <[email protected]>",
"Sergey Medvedev <[email protected]>",
"Vitaly Radionov <[email protected]>",
"Eugene Averchenko <[email protected]>",
"Sergey Chernetsky <[email protected]>"
],
"license": "SEE LICENSE IN <http://www.anychart.com/buy>",
"keywords": [
"anychart",
"anystock",
"anygantt",
"anymap",
"charts",
"javascript charts",
"ajax charts",
"plots",
"line charts",
"bar charts",
"pie charts",
"javascript plots",
"ajax plots",
"javascript",
"SVG",
"HTML5",
"framework",
"VML"
],
"homepage": "http://www.anychart.com",
"ignore": [
"**/.*",
"npm-debug.log",
"/bin",
"/libs",
"/out",
"/src",
"/css",
"*.pyc",
"*.swp",
"node_modules",
"bower_components",
"update-submodules",
"modules.edn",
"cat.config",
"build*",
"gjslint.cfg",
"externs.js",
"tests",
".travis.yml",
"demos-local"
]
}