mirror of
https://github.com/ION606/archivebot.git
synced 2026-05-14 22:16:56 +00:00
44 lines
944 B
JSON
44 lines
944 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|