{
	"name": "e-ngx-fileupload",
	"version": "5.0.0",
	"description": "基于Angular的文件上传组件，依赖第三方插件：bootstrap-fileinput",
	"keywords": [
		"angular",
		"fileUpload",
		"laixiangran"
	],
	"homepage": "https://github.com/laixiangran/e-ngx-fileupload#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/laixiangran/e-ngx-fileupload.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-fileupload/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/bootstrap": "^3.3.33",
		"@types/jquery": "^2.0.45",
		"bootstrap": "^3.3.7",
		"bootstrap-fileinput": "^4.4.1",
		"font-awesome": "^4.7.0",
		"jquery": "^3.2.1"
	},
	"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",
		"core-js": "^2.4.1",
		"intl": "^1.2.5",
		"web-animations-js": "^2.3.1"
	}
}
