{
  "name": "world-calendars",
  "version": "1.0.4",
  "description": "Convert between various world calendars",
  "main": "dist/index.js",
  "scripts": {
    "clean": "cd dist && ls | grep -v README.md | xargs rm -rf",
    "build": "node bin/build.js",
    "start": "npm run clean && npm run build",
    "version": "npm run build && git add -A dist dist/* jquery-src bin",
    "test": "karma start test/karma.conf.js",
    "test:jasmine": "jasmine test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plotly/world-calendars.git"
  },
  "keywords": [
    "calendar",
    "date",
    "international"
  ],
  "author": "Alex Johnson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/plotly/world-calendars/issues"
  },
  "homepage": "https://github.com/plotly/world-calendars#readme",
  "dependencies": {
    "object-assign": "^4.1.0"
  },
  "devDependencies": {
    "jasmine": "^2.5.2",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-browserify": "^5.1.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "watchify": "^3.7.0"
  }
}
