{
	"name": "essence-ng2-pagination",
	"version": "1.0.4",
	"description": "essence-ng2-pagination is a pagination component for Angular.",
	"keywords": [
		"angular2",
		"pagination",
		"laixiangran"
	],
	"homepage": "https://github.com/laixiangran/essence-ng2-pagination#readme",
	"repository": {
		"type": "git",
		"url": "https://github.com/laixiangran/essence-ng2-pagination.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/essence-ng2-pagination/issues"
	},
	"scripts": {
		"release": "gulp prepublish && 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": {
		"bootstrap": "^3.3.7"
	},
	"devDependencies": {
		"@angular/core": "^4.0.0",
		"@angular/common": "^4.0.0",
		"@angular/compiler": "^4.0.0",
		"@angular/forms": "^4.0.0",
		"@angular/http": "^4.0.0",
		"@angular/platform-browser": "^4.0.0",
		"@angular/platform-browser-dynamic": "^4.0.0",
		"@angular/router": "^4.0.0",
		"@angular/compiler-cli": "^4.0.0",
		"@angular/cli": "1.0.0",
		"@types/node": "^6.0.60",
		"core-js": "^2.4.1",
		"rxjs": "^5.1.0",
		"zone.js": "^0.8.4",
		"typescript": "~2.2.0",
		"del": "^2.2.2",
		"gulp": "^3.9.1",
		"gulp-clean": "^0.3.2",
		"gulp-if": "^2.0.2",
		"gulp-inline-ng2-template": "^4.0.0",
		"gulp-rename": "^1.2.2",
		"gulp-sass": "^3.1.0",
		"run-sequence": "^1.2.2",
		"tslint": "^5.3.2",
		"tslint-eslint-rules": "^4.1.1"
	}
}
