-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 962 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
40
41
42
43
{
"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": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-uglify": "^3.0.2"
},
"keywords": [
"angular",
"angularjs",
"directive",
"calendar",
"heatmap",
"graph",
"visualization",
"chart",
"time",
"d3js",
"d3"
]
}