forked from tbaeg/calendar-heatmap-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "calendar-heatmap-mini",
"version": "1.0.2",
"description": "A d3.js heatmap representing time series data. Inspired by Github's contribution chart.",
"main": "src/calendar-heatmap-mini.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbaeg/calendar-heatmap-mini.git"
},
"author": "tbaeg1@gmail.com",
"contributors": [
"Darragh Kirwan <d@rragh.com>",
"Oskar Niburski <oskarniburski@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tbaeg/calendar-heatmap-mini/issues"
},
"homepage": "https://github.com/tbaeg/calendar-heatmap-mini#readme",
"dependencies": {
"d3-selection": "1.0.6",
"d3-time": "1.0.6",
"d3-scale": "1.0.5",
"d3-array": "1.2.0",
"moment": "2.18.1"
}
}