summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 46a8ea3030576bb20874b2474d24f6ac44047e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "mauricesvay/moonmoon",
    "description": "Moonmoon is a simple feed agregator.",
    "homepage": "http://moonmoon.org/",
    "type": "project",
    "license": "BSD",
    "authors": [
        {
            "name": "Maurice Svay",
            "email": "maurice@svay.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {
    }
}