-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 KB
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
{
"name": "chart-editor",
"version": "1.2.0",
"description": "AnyChart Chart Editor utility",
"main": "index.js",
"scripts": {
"deps": "sh ./bin/build.sh deps",
"css": "sh ./bin/build.sh css",
"bundle": "sh ./bin/bundle.sh",
"bundleAll": "sh ./bin/bundle.sh all",
"bundleQlik": "sh ./bin/bundle.sh qlik",
"bundleTableau": "sh ./bin/bundle.sh tableau",
"bundleFreeboard": "sh ./bin/bundle.sh freeboard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnyChart/chart-editor.git"
},
"keywords": [
"anychart",
"anystock",
"anymap",
"charts",
"plots",
"line charts",
"bar charts",
"pie charts",
"choropleth map",
"javascript charts",
"javascript plots",
"javascript",
"SVG",
"HTML5",
"VML"
],
"author": "AnyChart",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AnyChart/chart-editor/issues"
},
"homepage": "https://github.com/AnyChart/chart-editor",
"devDependencies": {
"google-closure-compiler": "^20180204.0.0",
"google-closure-library": "^20180204.0.0",
"less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1"
},
"dependencies": {
"anychart": "^8.5.1"
}
}