forked from fusioncharts/angular-fusioncharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-dist.json
More file actions
55 lines (55 loc) · 1.27 KB
/
package-dist.json
File metadata and controls
55 lines (55 loc) · 1.27 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
52
53
54
55
{
"name": "angular-fusioncharts",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular-fusioncharts"
},
"author": {
"name": "FusionCharts",
"email": "support@fusioncharts.com"
},
"contributors": [
{
"name": "Rohit Kumar",
"email": "rohit.kr001@gmail.com",
"url": "https://github.com/rohitkr"
},
{
"name": "Rousan Ali",
"email": "rousanali786@gmail.com",
"url": "https://github.com/ariyankhan"
},
{
"name": "Ashok Mandal",
"email": "askipop@gmail.com",
"url": "https://github.com/ashok1994"
},
{
"name": "Rohan Dey",
"email": "rohanoid5@gmail.com",
"url": "https://github.com/rohanoid5"
}
],
"keywords": ["angular", "angular2", "angular 2", "FusionCharts"],
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angular-fusioncharts/issues"
},
"main": "dist/index.js",
"module": "index.js",
"typings": "index.d.ts",
"dependencies": {
"@types/fusioncharts": "^3.11.0"
},
"devDependencies": {},
"peerDependencies": {
"@angular/core": "^4.0.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.1",
"zone.js": "^0.8.16"
},
"engines": {
"node": ">=4.4.1"
}
}