angular-calendar-heatmap
Version:
Angular directive for d3.js calendar heatmap graph.
44 lines (43 loc) • 962 B
JSON
{
"name": "angular-calendar-heatmap",
"version": "0.3.2",
"description": "Angular directive for d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/angular-calendar-heatmap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/g1eb/angular-calendar-heatmap.git"
},
"author": "g1eb <mail@g1eb.com> (https://g1eb.com)",
"license": "MIT",
"main": "index.js",
"bugs": {
"url": "https://github.com/g1eb/angular-calendar-heatmap/issues"
},
"scripts": {
"build": "gulp build"
},
"dependencies": {
"angular": "^1.4.8",
"d3": "^3.5.16",
"moment": "^2.13.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-uglify": "^1.5.3"
},
"keywords": [
"angular",
"angularjs",
"directive",
"calendar",
"heatmap",
"graph",
"visualization",
"chart",
"time",
"d3js",
"d3"
]
}