forked from wa0x6e/cal-heatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.53 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "cal-heatmap",
"version": "3.3.1",
"description": "Cal-Heatmap is a javascript module to create calendar heatmap to visualize time series data, a la github contribution graph",
"keywords": [
"calendar",
"graph",
"d3js",
"heat map"
],
"main": "cal-heatmap.min.js",
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"karma": "~0.8"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-css": "~0.5.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-replace": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"karma": "~0.10",
"karma-coverage": "~0.1.0",
"karma-qunit": "~0.1.0",
"grunt-karma-coveralls": "~2.0.2",
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "grunt travis --verbose; ./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/kamisama/cal-heatmap.git"
},
"homepage": "https://github.com/kamisama/cal-heatmap",
"author": {
"name": "Wan Qi Chen",
"url": "http://www.kamisama.me"
},
"license": "MIT",
"gitHead": "e7bf798c210e0c25df9f6857bdb268001ef67fd1",
"volo": {
"dependencies": {
"d3": "d3"
}
},
"jam": {
"dependencies": {
"d3": ">=3.0.6"
}
},
"bugs": "https://github.com/kamisama/cal-heatmap/issues",
"github": "https://github.com/kamisama/cal-heatmap",
"categories": [
"Data",
"Visualization"
]
}