summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 65200e963b4ebffe2980da80d5dffe6fbbd5a097 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name" : "node-paste",
    "version" : "0.0.1",
    "description" : "pastebin in node.js with kyotocabinet backend",
    "autor" : "Alexander Sulfrian <alexander@sulfrian>",
    "files" : ["."],
    "dependencies" : {
        "beeline" : "*",
        "querystring" : "*",
        "kyoto" : "*",
        "nun" : "*"
    },
    "main" : "./lib/main.js"
}