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.

component.json 581B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "extend",
  3. "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
  4. "version": "3.0.0",
  5. "description": "Port of jQuery.extend for node.js and the browser.",
  6. "scripts": [
  7. "index.js"
  8. ],
  9. "contributors": [
  10. {
  11. "name": "Jordan Harband",
  12. "url": "https://github.com/ljharb"
  13. }
  14. ],
  15. "keywords": [
  16. "extend",
  17. "clone",
  18. "merge"
  19. ],
  20. "repository" : {
  21. "type": "git",
  22. "url": "https://github.com/justmoon/node-extend.git"
  23. },
  24. "dependencies": {
  25. },
  26. "devDependencies": {
  27. "tape" : "~3.0.0",
  28. "covert": "~0.4.0",
  29. "jscs": "~1.6.2"
  30. }
  31. }