Connecteur COZY permettant de récupérer et stocker ses factures Enercoop.
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.
 
 

30 lines
1010 B

  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. }