{
  "name": "calendula",
  "description": "A special datepicker",
  "version": "0.10.0",
  "author": {
    "name": "Denis Seleznev",
    "email": "hcodes@yandex.ru",
    "url": "https://github.com/hcodes/calendula"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hcodes/calendula.git"
  },
  "homepage": "https://hcodes.github.io/calendula/",
  "license": "MIT",
  "keywords": [
    "calendar",
    "calendula",
    "datepicker",
    "календарь"
  ],
  "engines": {
    "node": ">= 8.0"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "devDependencies": {
    "@babel/core": "^7.5.0",
    "@babel/preset-env": "^7.5.0",
    "chai": "^4.2.0",
    "del": "^5.0.0",
    "eslint": "^6.0.1",
    "glob": "^7.1.4",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^6.1.0",
    "gulp-babel": "^8.0.0",
    "gulp-cleancss": "^0.2.0",
    "gulp-concat": "^2.6.0",
    "gulp-rename": "^1.4.0",
    "gulp-replace": "^1.0.0",
    "gulp-rollup": "^2.16.2",
    "gulp-sass": "^4.0.2",
    "gulp-uglify": "^3.0.2",
    "jstohtml": "^2.1.1",
    "kalendaro-holidays": "^1.0.1",
    "mocha": "^6.1.4",
    "rollup": "^1.16.6",
    "rollup-plugin-babel": "^4.3.3",
    "yaspeller": "^6.0.0"
  },
  "browserslist": [
    "ie >= 11",
    "Firefox >= 46",
    "Chrome >= 46",
    "iOS >= 8",
    "Safari >= 8",
    "Android > 4.4"
],
  "scripts": {
    "test": "npm run build && npm run eslint ",
    "eslint": "./node_modules/.bin/eslint .",
    "build": "./node_modules/.bin/gulp",
    "watch": "./node_modules/.bin/gulp watch",
    "mocha-phantomjs": "./node_modules/.bin/mocha-phantomjs test/index.html",
    "yaspeller": "yaspeller ."
  }
}
