Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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.

bower.json 543B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "ipaddr.js",
  3. "version": "1.2.0",
  4. "homepage": "https://github.com/whitequark/ipaddr.js",
  5. "authors": [
  6. "whitequark <whitequark@whitequark.org>"
  7. ],
  8. "description": "IP address manipulation library in JavaScript (CoffeeScript, actually)",
  9. "main": "lib/ipaddr.js",
  10. "moduleType": [
  11. "globals",
  12. "node"
  13. ],
  14. "keywords": [
  15. "javscript",
  16. "ip",
  17. "address",
  18. "ipv4",
  19. "ipv6"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ]
  29. }