{
  "name": "nodebb-plugin-calendar-cn",
  "version": "1.0.0-alpha.62",
  "description": "Calendar and events for NodeBB",
  "main": "library.js",
  "scripts": {
    "test": "npm run lint && babel-node ./src/lib/tests",
    "babel": "babel src/lib --out-dir build/lib --source-maps",
    "build": "npm run babel && webpack --progress --mode=development && node ../nodebb/nodebb build -d",
    "build-production": "npm run babel && webpack --progress --mode=production",
    "release": "npm run test && npm run build-production && npm version prerelease && npm publish",
    "lint": "eslint ./src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pitaj/nodebb-plugin-calendar.git"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "calendar",
    "event",
    "date"
  ],
  "author": "PitaJ",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pitaj/nodebb-plugin-calendar/issues"
  },
  "homepage": "https://github.com/pitaj/nodebb-plugin-calendar#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.4.4",
    "babel-eslint": "^10.0.2",
    "babel-loader": "^8.0.6",
    "chalk": "^2.4.1",
    "del": "^4.1.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.17.3",
    "terser-webpack-plugin": "^1.3.0",
    "webpack": "^4.35.0",
    "webpack-cli": "^3.3.5"
  },
  "dependencies": {
    "eonasdan-bootstrap-datetimepicker": "^4.17.47",
    "fullcalendar": "^3.9.0",
    "moment": "^2.22.2",
    "source-map-support": "^0.5.12",
    "validator": "^11.0.0"
  },
  "nbbpm": {
    "compatibility": "^1.10.0"
  }
}
