Connecteur COZY permettant de récupérer et stocker ses factures Enercoop.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 947 B

6 anos atrás
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. }