{
	"name": "kendo-multi-calendar",
	"version": "2.2.8",
	"description": "Kendo UI calendar with multiple date selection.",
	"main": "dist/kendo-multi-calendar.js",
	"types": "dist/kendo-multi-calendar.d.ts",
	"scripts": {
		"preversion": "npm run reinstall && npm run build && npm run lint && npm test && npm run break-cache-commit",
		"postversion": "git add -A . && git push && git push --tags",
		"build": "tsc && uglifyjs -c -m -o ./dist/kendo-multi-calendar.min.js ./dist/kendo-multi-calendar.js",
		"reinstall": "npm run clean && rm -rf node_modules && npm i",
		"clean": "rm -rf dist build coverage",
		"test": "npm run test:local",
		"test:local": "npm run build:tests && intern",
		"test:ci:minimal": "npm run build:tests && intern config=@ci-minimal",
		"test:ci:normal": "npm run build:tests && intern config=@ci",
		"build:tests": "tsc -p tests && shx cp tests/index.html build/tests/index.html",
		"lint": "tslint -p . kendo-multi-calendar.ts && tslint -p tests/tsconfig.json tests/**/{*.ts,*.d.ts}",
		"coverage": "codecov -f coverage/*.json",
		"break-cache": "break-cache -i README.md -m \"\\.svg\" -o README.md",
		"break-cache-commit": "npm run break-cache && git commit -am \"[skip ci] readme cache break\""
	},
	"files": [
		"dist/",
		"kendo-multi-calendar.ts",
		"tsconfig.json"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/iyegoroff/kendo-multi-calendar.git"
	},
	"keywords": [
		"kendo-ui",
		"calendar",
		"multiselect"
	],
	"author": "iyegoroff <iegoroff@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/iyegoroff/kendo-multi-calendar/issues"
	},
	"homepage": "https://github.com/iyegoroff/kendo-multi-calendar#readme",
	"devDependencies": {
		"@types/jquery": "^1.10.34",
		"@types/kendo-ui": "^2018.1.1",
		"break-cache": "^1.0.3",
		"codecov": "^3.0.0",
		"intern": "^4.1.5",
		"remap-istanbul": "^0.10.1",
		"shx": "^0.2.2",
		"tslint": "^5.9.1",
		"tslint-config-standard": "^7.0.0",
		"typescript": "2.6.2",
		"uglify-js": "^3.3.12",
		"vrsource-tslint-rules": "^5.8.1"
	}
}
