{ "name": "dedaemon", "version": "0.2.0", "description": "", "main": "daemon.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "make -C udev" }, "repository": { "type": "git", "url": "gogs@git.mort.coffee:mort/dedaemon.git" }, "author": "Martin Dørum Nygaard (http://mort.coffee)", "license": "ISC", "dependencies": { "hconfig": "^0.4.0" }, "bin": { "dedaemon": "./dedaemon.js" } }