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.

package.json 947 B

il y a 6 ans
1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "cozy-konnector-template",
  3. "version": "1.0.0",
  4. "description": "",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/cozy/cozy-konnector-template.git"
  8. },
  9. "keywords": [],
  10. "author": "",
  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://github.com/cozy/cozy-konnector-template.git"
  23. },
  24. "devDependencies": {
  25. "copy-webpack-plugin": "^4.0.1",
  26. "git-directory-deploy": "^1.5.1",
  27. "webpack": "^3"
  28. }
  29. }