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 451B

1234567891011121314151617181920212223
  1. {
  2. "name": "flick_wrapper",
  3. "version": "1.0.0",
  4. "description": "A NodeJS wrapper to read and relay data retrieved from the Flick gesture board",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "npm test"
  8. },
  9. "keywords": [
  10. "flick",
  11. "board",
  12. "python",
  13. "magic",
  14. "mirror",
  15. "magicmirror",
  16. "nodejs"
  17. ],
  18. "author": "Jan Christian Alvestad",
  19. "license": "MIT",
  20. "devDependencies": {
  21. "python-shell": "^1.0.7"
  22. }
  23. }