Connecteur COZY permettant de récupérer et stocker ses factures Enercoop.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
il y a 6 ans
1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "cozy-konnector-enercoop",
  3. "version": "1.0.0",
  4. "description": "Collects your Enercoop bills",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://gitlab.allella.io/dje/cozy-konnector-enercoop.git"
  8. },
  9. "keywords": ["Enercoop", "bills"],
  10. "author": "Choj",
  11. "license": "AGPL-3.0",
  12. "dependencies": {
  13. "cozy-konnector-libs": "^3.0.0"
  14. },
  15. "scripts": {
  16. "start": "node index.js",
  17. "dev": "cozy-konnector-dev",
  18. "standalone": "cozy-konnector-standalone",
  19. "build": "webpack",
  20. "lint": "standard --fix konnector.js",
  21. "deploy:travis": "git-directory-deploy --username <YOUR_GH_USERNAME> --email <YOUR_EMAIL> --directory build/ --repo=https://$GITHUB_TOKEN@github.com/<USERNAME_GH>/<SLUG_GH>.git",
  22. "deploy": "git-directory-deploy --directory build/ --branch build --repo=https://gitlab.allella.io/dje/cozy-konnector-enercoop.git"
  23. },
  24. "devDependencies": {
  25. "copy-webpack-plugin": "^4.0.1",
  26. "git-directory-deploy": "^1.5.1",
  27. "webpack": "^3"
  28. }
  29. }