{
	"name": "e-ngx-chart",
	"version": "5.1.0",
	"description": "基于Angular的图表组件，依赖第三方插件：highcharts",
	"keywords": [
		"angular2",
		"highcharts",
		"e-ngx-chart",
		"laixiangran"
	],
	"homepage": "https://github.com/laixiangran/e-ngx-chart#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/laixiangran/e-ngx-chart.git"
	},
	"author": {
		"name": "赖祥燃",
		"email": "laixiangran@163.com",
		"bolg": "http://www.cnblogs.com/laixiangran",
		"homepage": "http://www.laixiangran.cn"
	},
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/laixiangran/e-ngx-chart/issues"
	},
	"scripts": {
		"release": "ngc && npm publish",
		"start": "ng serve -o",
		"build-test": "ng build --prod --env=test --aot",
		"build-prod": "ng build --prod --env=prod --aot"
	},
	"module": "dist/index.js",
	"typings": "dist/index.d.ts",
	"dependencies": {
		"@types/highcharts": "^4.2.54",
		"highcharts": "^5.0.10"
	},
	"devDependencies": {
		"@angular/core": "^5.0.0",
		"@angular/common": "^5.0.0",
		"@angular/compiler": "^5.0.0",
		"@angular/forms": "^5.0.0",
		"@angular/http": "^5.0.0",
		"@angular/platform-browser": "^5.0.0",
		"@angular/platform-browser-dynamic": "^5.0.0",
		"@angular/router": "^5.0.0",
		"@angular/compiler-cli": "^5.0.0",
		"@angular/animations": "^5.0.0",
		"@angular/cli": "^1.5.0",
		"rxjs": "^5.5.0",
		"zone.js": "^0.8.14",
		"codelyzer": "^4.0.1",
		"stylelint": "^8.2.0",
		"stylelint-scss": "^2.1.0",
		"ts-node": "^3.2.0",
		"tslint": "^5.7.0",
		"typescript": "2.4.2",
		"@types/node": "^6.0.60",
		"classlist.js": "^1.1.20150312",
		"intl": "^1.2.5",
		"web-animations-js": "^2.3.1",
		"core-js": "^2.4.1",
		"tslint-eslint-rules": "^4.0.0"
	}
}
