mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-01-12 22:26:55 +08:00
26 lines
651 B
JSON
26 lines
651 B
JSON
{
|
|
"name": "github-commit-ical",
|
|
"version": "0.1.0",
|
|
"description": "View your commit history in Calendar",
|
|
"homepage": "http://commit-calendar.newsbee.io/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hackplan/github-commit-ical.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "jysperm",
|
|
"email": "jysperm@gmail.com",
|
|
"url": "http://jysperm.me"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"express": "*",
|
|
"request": "*",
|
|
"ical-generator": "*",
|
|
"harp": "*",
|
|
"async": "*",
|
|
"underscore": "*"
|
|
}
|
|
} |