-
- Downloads
Merge branch 'egl-konnector' into 'master'
Egl konnector See merge request web-et-numerique/llle_project/egl-konnector!1
Showing
- .editorconfig 12 additions, 0 deletions.editorconfig
- .gitignore 35 additions, 0 deletions.gitignore
- .prettierignore 3 additions, 0 deletions.prettierignore
- .travis.yml 41 additions, 0 deletions.travis.yml
- CODEOWNERS 2 additions, 0 deletionsCODEOWNERS
- CONTRIBUTING.md 69 additions, 0 deletionsCONTRIBUTING.md
- LICENSE 661 additions, 0 deletionsLICENSE
- README.md 86 additions, 1 deletionREADME.md
- assets/icon.png 0 additions, 0 deletionsassets/icon.png
- bin/generate_travis_deploy_key 51 additions, 0 deletionsbin/generate_travis_deploy_key
- bin/generate_travis_deploy_key.ps1 69 additions, 0 deletionsbin/generate_travis_deploy_key.ps1
- github_deploy_key.enc 0 additions, 0 deletionsgithub_deploy_key.enc
- manifest.konnector 79 additions, 0 deletionsmanifest.konnector
- package.json 59 additions, 0 deletionspackage.json
- renovate.json 3 additions, 0 deletionsrenovate.json
- src/index.js 138 additions, 0 deletionssrc/index.js
- webpack.config.js 66 additions, 0 deletionswebpack.config.js
- yarn.lock 5986 additions, 0 deletionsyarn.lock
.editorconfig
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.travis.yml
0 → 100644
CODEOWNERS
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
assets/icon.png
0 → 100644
11.9 KiB
bin/generate_travis_deploy_key
0 → 100755
bin/generate_travis_deploy_key.ps1
0 → 100644
github_deploy_key.enc
0 → 100644
File added
manifest.konnector
0 → 100644
package.json
0 → 100644
{ | |||
"name": "egl-api-connector", | |||
"version": "1.0.0", | |||
"description": "", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git" | |||
}, | |||
"keywords": [], | |||
"author": "Cozy Cloud", | |||
"license": "AGPL-3.0", | |||
"main": "./src/index.js", | |||
"eslintConfig": { | |||
"extends": [ | |||
"cozy-app" | |||
] | |||
}, | |||
"eslintIgnore": [ | |||
"build" | |||
], | |||
"husky": { | |||
"hooks": { | |||
"pre-commit": "yarn lint" | |||
} | |||
}, | |||
"scripts": { | |||
"start": "node ./src/index.js", | |||
"dev": "cozy-konnector-dev", | |||
"standalone": "cozy-konnector-standalone", | |||
"pretest": "npm run clean", | |||
"test": "konitor testit .", | |||
"check": "konitor check .", | |||
"clean": "rm -rf ./data", | |||
"build": "webpack", | |||
"lint": "eslint --fix .", | |||
"deploy": "git-directory-deploy --directory build/ --branch ${DEPLOY_BRANCH:-build} --repo=${DEPLOY_REPOSITORY:-https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector.git}", | |||
"cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-commit $(git rev-parse ${DEPLOY_BRANCH:-build})", | |||
"travisDeployKey": "./bin/generate_travis_deploy_key" | |||
}, | |||
"dependencies": { | |||
"cozy-konnector-libs": "4.15.7", | |||
"moment": "^2.24.0", | |||
"moment-timezone": "^0.5.26" | |||
}, | |||
"devDependencies": { | |||
"copy-webpack-plugin": "5.0.3", | |||
"cozy-app-publish": "0.15.0", | |||
"cozy-jobs-cli": "1.8.8", | |||
"eslint": "5.16.0", | |||
"eslint-config-cozy-app": "1.1.12", | |||
"eslint-plugin-prettier": "3.0.1", | |||
"git-directory-deploy": "1.5.1", | |||
"husky": "2.2.0", | |||
"konitor": "0.10.2", | |||
"svgo": "1.2.2", | |||
"webpack": "4.30.0", | |||
"webpack-cli": "3.3.1" | |||
} | |||
} |
renovate.json
0 → 100644
src/index.js
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
Source diff could not be displayed: it is too large. Options to address this: view the blob.