-
- Downloads
Update documentation (move development guide from the README.md to doc/development_guide.md)
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- README.md 19 additions, 81 deletionsREADME.md
- doc/build_android.md 3 additions, 44 deletionsdoc/build_android.md
- doc/build_ubuntu.md 8 additions, 0 deletionsdoc/build_ubuntu.md
- doc/deploy.md 1 addition, 1 deletiondoc/deploy.md
- doc/development_guide.md 78 additions, 0 deletionsdoc/development_guide.md
- doc/fr/development_tutorial-01.md 22 additions, 17 deletionsdoc/fr/development_tutorial-01.md
- hooks/after_prepare/061_copy_build_extras.js 42 additions, 2 deletionshooks/after_prepare/061_copy_build_extras.js
- package.json 10 additions, 11 deletionspackage.json
- resources/android/build/build-extras.gradle 0 additions, 0 deletionsresources/android/build/build-extras.gradle
doc/development_guide.md
0 → 100644
... | ... | @@ -27,7 +27,6 @@ |
"new": "https://git.duniter.org/clients/cesium/cesium/issues/new" | ||
}, | ||
"dependencies": { | ||
"bower": "^1.8.0", | ||
"cordova": "^6.5.0", | ||
"cordova-android": "^6.2.3", | ||
"cordova-plugin-camera": "^2.4.1", | ||
... | ... | @@ -45,6 +44,13 @@ |
"cordova-plugin-websocket": "^0.12.2", | ||
"cordova-plugin-whitelist": "^1.3.2", | ||
"cordova-plugin-x-toast": "^2.6.0", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git", | ||
"moment": "~2.19.3", | ||
"numeral": "1.5.3" | ||
}, | ||
"devDependencies": { | ||
"bower": "^1.8.0", | ||
"delete-empty": "^0.1.3", | ||
"gulp": "^3.9.1", | ||
"gulp-bump": "^2.1.0", | ||
... | ... | @@ -52,17 +58,11 @@ |
"gulp-rename": "^1.2.0", | ||
"gulp-sass": "^2.2.0", | ||
"ionic": "^1.7.16", | ||
"ionic-plugin-keyboard": "^2.2.1", | ||
"node-sass": "^3.3.3", | ||
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git", | ||
"moment": "~2.19.3", | ||
"numeral": "1.5.3" | ||
}, | ||
"devDependencies": { | ||
"cordova-uglify": "^0.2.3", | ||
"del": "^2.2.0", | ||
"fs": "0.0.2", | ||
"gulp": "^3.9.1", | ||
"fs": "^0.0.2", | ||
"glob": "^5.0.15", | ||
"gulp-angular-templatecache": "^1.8.0", | ||
"gulp-angular-translate": "^0.1.4", | ||
"gulp-base64": "^0.1.3", | ||
... | ... | @@ -117,8 +117,7 @@ |
"cordova-clipboard" | ||
], | ||
"cordovaPlatforms": [ | ||
"android", | ||
"firefoxos" | ||
"android" | ||
], | ||
"cordova": { | ||
"plugins": { | ||
... | ... |
File moved
Please register or sign in to comment