Files
github-commit-ical/package.json
2014-07-27 09:22:55 +08:00

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": "*"
}
}