diff --git a/package.json b/package.json new file mode 100644 index 0000000..25c8776 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ "name" : "samhuri.net" +, "description" : "samhuri.net" +, "version" : "1.0" +, "homepage" : "http://samhuri.net/proj/samhuri.net" +, "author" : "Sami Samhuri " +, "repository" : + { "type" : "git" + , "url" : "https://github.com/samsonjs/samhuri.net.git" + } +, "bugs" : + { "mail" : "sami.samhuri+samhuri.net@gmail.com" + , "web" : "https://github.com/samsonjs/samhuri.net/issues" + } +, "dependencies" : + { "keys" : "0.1.x" + , "markdown" : "0.1.x" + , "strftime" : "0.3.x" + } +, "bin" : { "discussd" : "./discussd/discussd.js" } +, "engines" : { "node" : ">=0.2.0" } +, "licenses" : + [ { "type" : "MIT" + , "url" : "http://github.com/samsonjs/samhuri.net/raw/master/LICENSE" + } + ] +}