samhuri.net/package.json
2011-12-09 19:52:01 -08:00

22 lines
640 B
JSON

{ "name" : "samhuri.net"
, "description" : "samhuri.net"
, "version" : "1.0.0"
, "homepage" : "http://samhuri.net/proj/samhuri.net"
, "author" : "Sami Samhuri <sami@samhuri.net>"
, "repository" :
{ "type" : "git"
, "url" : "https://github.com/samsonjs/samhuri.net.git"
}
, "bugs" :
{ "mail" : "sami@samhuri.net"
, "url" : "https://github.com/samsonjs/samhuri.net/issues"
}
, "dependencies" : { "mustache" : "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"
}
]
}