UNPKG

372 BJSONView Raw
1{
2 "name": "daemonize2",
3 "version": "0.4.0",
4 "description": "Module for easy creation of daemons for Node 0.8.x",
5 "author": "Kuba Niegowski",
6 "contributors": [],
7 "homepage": "https://github.com/niegowski/node-daemonize2/",
8 "keywords" : [
9 "daemon"
10 ],
11 "engines": {
12 "node": "0.8.x"
13 },
14 "main": "./lib/daemonize.js"
15}