{
  "name": "calendar-heatmap",
  "version": "0.0.4",
  "description": "Calendar where the background-color of each day can be color coded giving a heatmap-like overview for the year.",
  "main": "index.js",
  "scripts": {
    "test": "",
    "start": "babel-node server",
    "dist": "rimraf dist && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
    "dist-min": "rimraf dist && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors",
    "prepublish": "babel ./app/components --presets react --out-dir ./dist-modules",
    "build": "rimraf dist && NODE_ENV=production webpack --config ./webpack.production.config.js --progress --profile --colors"
  },
  "author": "Brian E McLaughlin <bemclaugh@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/bemclaugh/calendar-heatmap.git"
  },
  "bugs": {
    "url": "https://github.com/bemclaugh/calendar-heatmap/issues"
  },
  "homepage": "https://github.com/bemclaugh/calendar-heatmap",
  "license": "ISC",
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "dependencies": {
    "classnames": "^2.2.0",
    "colormap": "^2.0.1",
    "moment": "^2.10.6",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "autoprefixer": "^6.1.2",
    "babel-core": "^6.1.21",
    "babel-loader": "^6.2.0",
    "babel-preset-react": "^6.3.13",
    "css-loader": "^0.23.0",
    "express": "^4.13.3",
    "extract-text-webpack-plugin": "^0.9.1",
    "html-webpack-plugin": "^1.7.0",
    "http-proxy": "^1.12.0",
    "json-loader": "^0.5.3",
    "node-sass": "^3.4.2",
    "react-dom": "^0.14.2",
    "react-tools": "^0.13.3",
    "sass-loader": "^3.1.1",
    "stats-webpack-plugin": "^0.2.2",
    "style-loader": "^0.13.0",
    "webpack": "^1.12.9",
    "webpack-dev-middleware": "^1.4.0",
    "webpack-dev-server": "^1.14.0",
    "webpack-hot-middleware": "^2.6.0",
    "webpack-merge": "^0.3.2"
  },
  "peerDependencies": {
    "react": "^0.14.2"
  }
}
