kendo-multi-date-select
Version:
Kendo UI plugin for selecting multiple dates similar to MultiSelect.
61 lines (60 loc) • 2.26 kB
JSON
{
"name": "kendo-multi-date-select",
"version": "2.0.13",
"description": "Kendo UI plugin for selecting multiple dates similar to MultiSelect.",
"main": "dist/kendo-multi-date-select.js",
"types": "dist/kendo-multi-date-select.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-date-select.min.js ./dist/kendo-multi-date-select.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-date-select.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-date-select.ts",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iyegoroff/kendo-multi-date-select.git"
},
"keywords": [
"kendo-ui",
"multiselect",
"datepicker"
],
"author": "iyegoroff <iegoroff@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iyegoroff/kendo-multi-date-select/issues"
},
"homepage": "https://github.com/iyegoroff/kendo-multi-date-select#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"
},
"dependencies": {
"kendo-multi-calendar": "^2.2.7"
}
}