-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "calstats.js",
"version": "2.0.5",
"description": "JavaScript tool that can generate statistics for calendars by parsing [tags]",
"dependencies": {
"google-auth-library": "^0.9.7",
"googleapis": "^2.1.7",
"ical": "^0.4.0",
"lodash": "^3.10.1"
},
"main": "build/calstats.js",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.2",
"gulp-jasmine": "^2.1.0",
"gulp-jshint": "^2.0.0",
"gulp-uglify": "^1.4.2",
"jshint": "2.8.*"
},
"repository": {
"type": "git",
"url": "https://github.com/radify/calstats.js"
},
"keywords": [
"google",
"calendar",
"ical",
"time",
"tracking",
"stats"
],
"author": "Gavin Davies <gavin@radify.io> (http://radify.io)",
"license": "MIT"
}