-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
39 lines (39 loc) · 843 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
31
32
33
34
35
36
37
38
39
{
"name": "calendar-heatmap-graph",
"version": "0.0.14",
"description": "d3.js calendar heatmap graph.",
"homepage": "https://github.com/g1eb/calendar-heatmap#readme",
"author": "g1eb <[email protected]> (https://g1eb.com)",
"license": "MIT",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/g1eb/calendar-heatmap.git"
},
"bugs": {
"url": "https://github.com/g1eb/calendar-heatmap/issues"
},
"scripts": {
"build": "gulp build"
},
"dependencies": {
"d3": "^4.10.2",
"moment": "^2.18.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-uglify": "^1.5.3"
},
"keywords": [
"calendar",
"heatmap",
"graph",
"visualization",
"chart",
"time",
"d3js",
"d3"
]
}