mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
22 lines
640 B
JSON
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"
|
|
}
|
|
]
|
|
}
|