package.json (271B)
1 { 2 "name": "imap-notify", 3 "description": "minimal imap notifier, run a command when mail is received", 4 "version": "0.1.1", 5 "repository": { 6 "url": "https://github.com/jb55/imap-notify" 7 }, 8 "main": "index.js", 9 "bin": { 10 "imap-notify": "./index.js" 11 } 12 }