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.

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_args": [
  3. [
  4. "roboto-fontface@0.10.0",
  5. "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/fonts"
  6. ]
  7. ],
  8. "_from": "roboto-fontface@0.10.0",
  9. "_id": "roboto-fontface@0.10.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-OlwfYEgA2RdboZohpldlvJ1xngOins5d7ejqnIBWr9KaMxsnBqotpptRXTyfNRLnFpqzX6sTDt+X+a+6udnU8g==",
  12. "_location": "/roboto-fontface",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "roboto-fontface@0.10.0",
  18. "name": "roboto-fontface",
  19. "escapedName": "roboto-fontface",
  20. "rawSpec": "0.10.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.10.0"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/roboto-fontface/-/roboto-fontface-0.10.0.tgz",
  28. "_spec": "0.10.0",
  29. "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror/fonts",
  30. "author": {
  31. "name": "Christian Hoffmeister",
  32. "email": "mail@choffmeister.de",
  33. "url": "http://choffmeister.de/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/choffmeister/roboto-fontface-bower/issues"
  37. },
  38. "description": "A simple package providing the Roboto fontface.",
  39. "devDependencies": {
  40. "less": "2.7.1",
  41. "node-sass": "3.8.0"
  42. },
  43. "homepage": "https://github.com/choffmeister/roboto-fontface-bower",
  44. "keywords": [
  45. "roboto",
  46. "font",
  47. "fontface"
  48. ],
  49. "license": "Apache-2.0",
  50. "main": "css/roboto/roboto-fontface.css",
  51. "name": "roboto-fontface",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/choffmeister/roboto-fontface-bower.git"
  55. },
  56. "scripts": {
  57. "test": "./test.sh"
  58. },
  59. "version": "0.10.0"
  60. }