UNPKG

react-calendar-heatmap

Version:

A calendar heatmap component, inspired by github's contribution graph

40 lines (39 loc) 1.1 kB
{ "name": "react-calendar-heatmap", "version": "0.3.0", "description": "A calendar heatmap component, inspired by github's contribution graph", "author": "Kevin Qi <iqnivek@gmail.com>", "main": "./build/index.js", "repository": { "type": "git", "url": "https://github.com/patientslikeme/react-calendar-heatmap.git" }, "license": "MIT", "scripts": { "build": "webpack", "clean": "rimraf build", "lint": "eslint src test", "prepublish": "npm run clean && npm run build", "start": "cd demo && webpack-dev-server --progress" }, "devDependencies": { "babel-core": "^6.3.15", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "eslint": "^1.10.3", "eslint-plugin-react": "^3.11.3", "react-addons-test-utils": "^15.0.0", "react-dom": "^15.0.1", "rimraf": "^2.3.4", "webpack": "^1.12.9", "webpack-dev-server": "^1.14.1" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0" }, "dependencies": { "lodash.range": "^3.1.4", "lodash.reduce": "^4.3.0" } }