summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 787f2810218e4e390e62150a08c5c7a7ed26dd8f (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "go",
  "version": "0.0.0",
  "description": "minimalistic uri shortener",
  "dependencies": {
    "formidable": "*",
    "redis": "*"
  },
  "license": "WTFPL"
}