You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 496B

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