summaryrefslogtreecommitdiff
path: root/package.json
blob: 6faa85e49d899cf819034cbbfc92ef73b554807b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "jekyll-hook",
    "description": "A server that listens for GitHub webhook posts and renders a Jekyll site",
    "author": "dhcole",
    "version": "0.0.1",
    "dependencies": {
        "express": "3.x",
        "queue-async": "1.0.1",
        "underscore": "1.4.4",
        "emailjs": "0.3.4",
        "xml2js": "0.2.6",
        "js-yaml": "2.0.3"
    },
    "private": true
}