Add debug log. Remove bower
Showing
- README.md 11 additions, 11 deletionsREADME.md
- bower.json 0 additions, 26 deletionsbower.json
- config.xml 102 additions, 91 deletionsconfig.xml
- hooks/after_prepare/060_prepare_android_manifest.js 1 addition, 1 deletionhooks/after_prepare/060_prepare_android_manifest.js
- package.json 46 additions, 13 deletionspackage.json
- www/js/app.js 6 additions, 3 deletionswww/js/app.js
- www/js/services/crypto-services.js 1 addition, 0 deletionswww/js/services/crypto-services.js
- www/js/services/storage-services.js 20 additions, 20 deletionswww/js/services/storage-services.js
bower.json
deleted
100644 → 0
... | @@ -7,7 +7,6 @@ | ... | @@ -7,7 +7,6 @@ |
"url": "git@github.com:duniter/cesium.git" | "url": "git@github.com:duniter/cesium.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"postinstall": "bower install", | |||
"install-for-mobile": "ionic state restore", | "install-for-mobile": "ionic state restore", | ||
"start": "ionic serve" | "start": "ionic serve" | ||
}, | }, | ||
... | @@ -20,28 +19,38 @@ | ... | @@ -20,28 +19,38 @@ |
"crypto-currency" | "crypto-currency" | ||
], | ], | ||
"author": "Duniter team", | "author": "Duniter team", | ||
"license": "GPLv3", | "license": "GPL-3.0", | ||
"readmeFilename": "README.md", | "readmeFilename": "README.md", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/duniter/cesium/issues", | "url": "https://github.com/duniter/cesium/issues", | ||
"new": "https://github.com/duniter/cesium/issues/new?labels=bug" | "new": "https://github.com/duniter/cesium/issues/new?labels=bug" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"delete-empty": "^0.1.3", | "angular": "1.5.3", | ||
"gulp": "^3.9.1", | "angular-animate": "1.4.3", | ||
"bower": "^1.7.3", | "angular-bind-notifier": "^1.1.7", | ||
"angular-image-crop": "https://github.com/andyshora/angular-image-crop/archive/v2.0.0.tar.gz", | |||
"angular-messages": "1.3.13", | |||
"angular-moment": "^0.10.3", | |||
"angular-sanitize": "1.5.3", | |||
"chart.js": "^2.6.0", | |||
"ionic": "^1.7.16", | "ionic": "^1.7.16", | ||
"gulp-bump": "^2.1.0", | "ionic-material": "https://github.com/zachfitz/Ionic-Material/archive/v0.4.2.tar.gz", | ||
"gulp-concat": "^2.2.0", | "moment": "^2.10.6", | ||
"gulp-rename": "^1.2.0", | "ng-idle": "^1.3.2", | ||
"gulp-sass": "^2.2.0", | "robotodraft": "https://github.com/FontFaceKit/robotodraft/tarball/gh-pages" | ||
"node-sass": "^3.3.3" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"cordova-uglify": "^0.2.3", | "cordova-uglify": "^0.2.3", | ||
"del": "^2.2.0", | "del": "^2.2.0", | ||
"fs": "0.0.2", | |||
"gulp": "^3.9.1", | "gulp": "^3.9.1", | ||
"gulp-bump": "^2.1.0", | |||
"gulp-concat": "^2.2.0", | |||
"gulp-rename": "^1.2.0", | |||
"gulp-sass": "^2.2.0", | |||
"vinyl-fs": "^3.9.2", | |||
"graceful-fs": "^4.0.0", | |||
"fs": "^0.0.2", | |||
"gulp-angular-templatecache": "^1.8.0", | "gulp-angular-templatecache": "^1.8.0", | ||
"gulp-angular-translate": "^0.1.4", | "gulp-angular-translate": "^0.1.4", | ||
"gulp-base64": "^0.1.3", | "gulp-base64": "^0.1.3", | ||
... | @@ -70,7 +79,10 @@ | ... | @@ -70,7 +79,10 @@ |
"mv": "^2.1.1", | "mv": "^2.1.1", | ||
"playup": "^1.0.2", | "playup": "^1.0.2", | ||
"shelljs": "^0.3.0", | "shelljs": "^0.3.0", | ||
"yargs": "^4.3.1" | "yargs": "^4.3.1", | ||
"minimatch": "^3.0.2", | |||
"delete-empty": "^0.1.3", | |||
"node-sass": "^4.5.3" | |||
}, | }, | ||
"cordovaPlugins": [ | "cordovaPlugins": [ | ||
"cordova-plugin-whitelist", | "cordova-plugin-whitelist", | ||
... | @@ -96,5 +108,26 @@ | ... | @@ -96,5 +108,26 @@ |
"ios", | "ios", | ||
"android", | "android", | ||
"firefoxos" | "firefoxos" | ||
] | ], | ||
"cordova": { | |||
"plugins": { | |||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-console": {}, | |||
"ionic-plugin-keyboard": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-statusbar": {}, | |||
"cordova-plugin-camera": {}, | |||
"cordova-plugin-websocket": {}, | |||
"cordova-plugin-vibration": {}, | |||
"cordova-plugin-dialogs": {}, | |||
"cordova-plugin-minisodium": {}, | |||
"cordova-plugin-secure-storage": {}, | |||
"phonegap-plugin-barcodescanner": { | |||
"CAMERA_USAGE_DESCRIPTION": " " | |||
}, | |||
"cordova-plugin-inappbrowser": {}, | |||
"cordova-plugin-x-toast": {} | |||
} | |||
} | |||
} | } |
Please register or sign in to comment