diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-06-30 01:20:59 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-06-30 01:20:59 +0200 |
commit | e5d9aa20f771700e973243572b475fb2f9b3554a (patch) | |
tree | 409489369c940876ce5eb398353df481b353e9b0 | |
parent | 9bb31f57226877f78f23fb766773aa8486297bb7 (diff) | |
download | node-paste-e5d9aa20f771700e973243572b475fb2f9b3554a.tar.gz node-paste-e5d9aa20f771700e973243572b475fb2f9b3554a.tar.xz node-paste-e5d9aa20f771700e973243572b475fb2f9b3554a.zip |
added package.json
-rw-r--r-- | package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..76e8590 --- /dev/null +++ b/package.json @@ -0,0 +1,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" +} |