{ "name": "daemon", "version": "1.1.0", "description": "Add-on for creating *nix daemons", "author": "Roman Shtylman ", "contributors": [ { "name": "Pedro Teixeira", "email": "pedro.teixeira@gmail.com" }, { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, { "name": "James Halliday", "email": "mail@substack.net" }, { "name": "Zak Taylor", "email": "zak@dobl.com" }, { "name": "Daniel Bartlett", "email": "dan@f-box.org" }, { "name": "Charlie McConnell", "email": "charlie@charlieistheman.com" }, { "name": "Josh Holbrook", "email": "josh@nodejitsu.com" }, { "name": "Arthur (Slashed)", "email": "arthur@norgic.com" } ], "repository": { "type": "git", "url": "http://github.com/indexzero/daemon.node.git" }, "scripts": { "test": "mocha --ui qunit test/*.js" }, "devDependencies": { "mocha": "1.8.1", "after": "0.6.0" }, "main": "./index.js", "engines": { "node": ">= 0.8.0" } }