blob: 76e85904557fba0edeb4d81569c4938c58d7b3ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name" : "node-paste",
"version" : "0.0.1",
"description" : "pastebin in node.js with kyotocabinet backend",
"autor" : "Alexander Sulfrian <alexander@sulfrian>",
"files" : ["."],
"dependencies" : {
"choreographer" : "*",
"querystring" : "*",
"kyoto" : "*"
},
"main" : "./lib/main.js"
}
|