mirror of
https://github.com/ION606/archivebot.git
synced 2026-05-14 22:16:56 +00:00
Initial commit
This commit is contained in:
+43
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"engines" : {
|
||||
"node" : ">=0.4.7"
|
||||
},
|
||||
"repository" : {
|
||||
"url" : "git://github.com/frodwith/node-init.git",
|
||||
"type" : "git"
|
||||
},
|
||||
"maintainers" : [
|
||||
{
|
||||
"email" : "frodwith@gmail.com",
|
||||
"name" : "Paul Driver"
|
||||
}
|
||||
],
|
||||
"version" : "0.1.2",
|
||||
"licences" : [
|
||||
{
|
||||
"url" : "http://www.opensource.org/licenses/mit-license",
|
||||
"type" : "MIT License"
|
||||
}
|
||||
],
|
||||
"dependencies" : {
|
||||
"daemon" : ">=0.3.0"
|
||||
},
|
||||
"name" : "init",
|
||||
"bugs" : "https://github.com/frodwith/node-init/issues",
|
||||
"author" : "Paul Driver <frodwith@gmail.com>",
|
||||
"description" : "Turn your node daemon into an LSB-like init script",
|
||||
"main" : "./init.js",
|
||||
"keywords" : [
|
||||
"daemon",
|
||||
"init",
|
||||
"service",
|
||||
"LSB"
|
||||
],
|
||||
"devDependencies" : {},
|
||||
"contributors" : [
|
||||
{
|
||||
"email" : "frodwith@gmail.com",
|
||||
"name" : "Paul Driver"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user