mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
added package.json
This commit is contained in:
parent
ad2840bcdc
commit
43a1376fe8
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
{ "name" : "samhuri.net"
|
||||||
|
, "description" : "samhuri.net"
|
||||||
|
, "version" : "1.0"
|
||||||
|
, "homepage" : "http://samhuri.net/proj/samhuri.net"
|
||||||
|
, "author" : "Sami Samhuri <sami.samhuri@gmail.com>"
|
||||||
|
, "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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue