mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-01-12 15:04:45 +08:00
27 lines
666 B
JSON
27 lines
666 B
JSON
{
|
|
"name": "github-commit-ical",
|
|
"version": "0.1.0",
|
|
"description": "View your commit history in Calendar",
|
|
"homepage": "http://commitcal.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": "*",
|
|
"redis": "*"
|
|
}
|
|
} |