Files
github-commit-ical/package.json
2015-03-10 23:26:07 +08:00

33 lines
751 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": {
"async": "^0.9.0",
"coffee-script": "^1.7.1",
"express": "^4.10.0",
"harp": "^0.14.0",
"ical-generator": "^0.1.9",
"raven": "^0.7.3",
"redis": "^0.12.1",
"request": "^2.47.0",
"underscore": "^1.7.0"
}
}