UNPKG

js-year-calendar

Version:

A fully customizable year calendar widget

58 lines (57 loc) 1.5 kB
{ "name": "js-year-calendar", "version": "1.0.2", "description": "A fully customizable year calendar widget", "main": "./dist/js-year-calendar.js", "scripts": { "watch": "gulp watch", "build": "gulp build", "prepare": "npm run build && npm run test && npm run doc", "test": "jest", "doc": "typedoc src/ts/js-year-calendar.ts --out docs --mode file --target ES6 --excludePrivate --excludeProtected" }, "pre-commit": [ "build", "test" ], "repository": { "type": "git", "url": "git+https://github.com/year-calendar/js-year-calendar.git" }, "keywords": [ "calendar", "year", "javascript", "widget" ], "author": "Paul-DS", "license": "Apache-2.0", "bugs": { "url": "https://github.com/year-calendar/js-year-calendar/issues" }, "homepage": "https://year-calendar.github.io/", "dependencies": {}, "devDependencies": { "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-modules-umd": "^7.9.0", "@babel/preset-env": "^7.9.0", "@babel/preset-typescript": "^7.9.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-clean-css": "^4.0.0", "gulp-less": "^4.0.1", "gulp-rename": "^1.4.0", "gulp-typescript": "^5.0.1", "gulp-uglify": "^3.0.1", "jest": "^25.2.3", "typedoc": "^0.17.3", "typescript": "^3.8.3" }, "jest": { "testMatch": [ "**/tests/*.[jt]s?(x)" ], "collectCoverage": true } }