-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1019 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
{
"name": "anychart-angularjs",
"version": "1.2.1",
"description": "AngularJS v1.x directives for AnyChart",
"main": "dist/anychart-angularjs.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AnyChart/AnyChart-AngularJS.git"
},
"bugs": {
"url": "https://github.com/AnyChart/AnyChart-AngularJS/issues"
},
"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",
"angular",
"angularjs"
],
"author": "AnyChart <[email protected]> (http://anychart.com)",
"license": "Apache-2.0",
"homepage": "https://github.com/AnyChart/AnyChart-AngularJS.git",
"dependencies": {
"angular": "^1.6.7",
"anychart": "latest"
}
}