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.

13 lines
238 B

  1. --- a/package.json
  2. +++ b/package.json
  3. @@ -41,7 +41,8 @@
  4. },
  5. "dependencies": {
  6. - "firmata": ">= 0.8.0",
  7. - "cylon": "^1.3.0"
  8. + "cylon": "^1.3.0",
  9. + "cylon-gpio": "0.30.1",
  10. + "cylon-i2c": "0.26.1"
  11. }
  12. }