選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 483B

12345678910111213141516171819202122
  1. {
  2. "name": "dedaemon",
  3. "version": "0.0.1",
  4. "description": "",
  5. "main": "daemon.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "gogs@git.mort.coffee:mort/dedaemon.git"
  12. },
  13. "author": "Martin Dørum Nygaard <martid0311@gmail.com> (http://mort.coffee)",
  14. "license": "ISC",
  15. "dependencies": {
  16. "hconfig": "^0.4.0",
  17. "udev": "^0.4.0"
  18. },
  19. "bin": {
  20. "dedaemon": "./dedaemon.js"
  21. }
  22. }