mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-01-12 15:04:45 +08:00
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"name": "github-commit-ical",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"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": "*"
|
|
}
|
|
} |