forked from fusioncharts/angular-fusioncharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-dist.json
51 lines (51 loc) · 1.08 KB
/
package-dist.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
{
"name": "angular2-fusioncharts",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/fusioncharts/angular2-fusioncharts"
},
"author": {
"name": "FusionCharts",
"email": "[email protected]"
},
"contributors": [
{
"name": "Rohit Kumar",
"email": "[email protected]",
"url": "https://github.com/rohitkr"
},
{
"name": "Rousan Ali",
"email": "[email protected]",
"url": "https://github.com/ariyankhan"
}
],
"keywords": [
"angular",
"angular2",
"angular 2",
"FusionCharts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fusioncharts/angular2-fusioncharts/issues"
},
"main": "dist/index.js",
"module": "index.js",
"typings": "index.d.ts",
"dependencies": {
"@types/fusioncharts": "^3.11.0",
"fusioncharts": "^3.12.1"
},
"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"
}
}