mirror of
https://github.com/HackPlan/github-commit-ical.git
synced 2026-01-12 15:04:45 +08:00
32 lines
728 B
JSON
32 lines
728 B
JSON
{
|
|
"name": "github-commit-ical",
|
|
"version": "0.1.1",
|
|
"description": "View your commit history in Calendar",
|
|
"homepage": "https://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": "https://jysperm.me"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"start": "./node_modules/.bin/coffee app.coffee"
|
|
},
|
|
"dependencies": {
|
|
"coffee-script": "^1.7.1",
|
|
"express": "^4.10.0",
|
|
"request": "^2.47.0",
|
|
"ical-generator": "^0.1.9",
|
|
"harp": "^0.14.0",
|
|
"async": "^0.9.0",
|
|
"underscore": "^1.7.0",
|
|
"redis": "^0.12.1"
|
|
}
|
|
}
|