123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "HybridOSN",
- "version": "0.0.1",
- "author": "Carsten Porth, TU Darmstadt",
- "homepage": "https://www.informatik.tu-darmstadt.de",
- "private": true,
- "scripts": {
- "clean": "ionic-app-scripts clean",
- "build": "ionic-app-scripts build",
- "lint": "ionic-app-scripts lint",
- "ionic:build": "ionic-app-scripts build",
- "ionic:serve": "ionic-app-scripts serve"
- },
- "dependencies": {
- "@angular/animations": "5.2.11",
- "@angular/common": "5.2.11",
- "@angular/compiler": "5.2.11",
- "@angular/compiler-cli": "5.2.11",
- "@angular/core": "5.2.11",
- "@angular/forms": "5.2.11",
- "@angular/http": "5.2.11",
- "@angular/platform-browser": "5.2.11",
- "@angular/platform-browser-dynamic": "5.2.11",
- "@ionic-native/core": "4.8.0",
- "@ionic-native/secure-storage": "^4.18.0",
- "@ionic-native/social-sharing": "^4.18.0",
- "@ionic-native/splash-screen": "4.8.0",
- "@ionic-native/status-bar": "4.8.0",
- "@ionic/storage": "2.1.3",
- "@types/twitter-text": "^2.0.0",
- "cordova-android": "^7.1.4",
- "cordova-plugin-browsertab": "^0.2.0",
- "cordova-plugin-buildinfo": "^2.0.2",
- "cordova-plugin-compat": "^1.2.0",
- "cordova-plugin-device": "^2.0.2",
- "cordova-plugin-inappbrowser": "^3.0.0",
- "cordova-plugin-ionic-keyboard": "^2.1.3",
- "cordova-plugin-ionic-webview": "^1.2.1",
- "cordova-plugin-secure-storage": "^2.6.8",
- "cordova-plugin-splashscreen": "^5.0.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "cordova-plugin-x-socialsharing": "5.4.3",
- "cordova-support-android-plugin": "^1.0.1",
- "cordova-support-google-services": "^1.2.1",
- "cordova-universal-links-plugin": "git+https://github.com/walteram/cordova-universal-links-plugin.git",
- "es6-promise-plugin": "4.2.2",
- "firebase": "^5.7.1",
- "gun": "^0.9.999995",
- "ionic-angular": "3.9.2",
- "ionicons": "3.0.0",
- "javascript-time-ago": "^1.0.34",
- "node-rsa": "^1.0.2",
- "rxjs": "5.5.11",
- "sw-toolbox": "3.6.0",
- "twit": "^2.2.11",
- "twitter-text": "^3.0.0",
- "zone.js": "0.8.26"
- },
- "devDependencies": {
- "@ionic/app-scripts": "^3.2.1",
- "typescript": "~2.6.2"
- },
- "description": "HybridOSN is a Twitter client and a so called Dapp which allows its users to exchange data also via a P2P network using blockchain technology.",
- "cordova": {
- "plugins": {
- "cordova-plugin-secure-storage": {},
- "cordova-plugin-whitelist": {},
- "cordova-plugin-device": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-ionic-webview": {},
- "cordova-plugin-ionic-keyboard": {},
- "cordova-plugin-buildinfo": {},
- "cordova-plugin-browsertab": {},
- "cordova-plugin-inappbrowser": {},
- "cordova-universal-links-plugin": {},
- "cordova-plugin-x-socialsharing": {
- "ANDROID_SUPPORT_V4_VERSION": "24.1.1+"
- }
- },
- "platforms": [
- "android"
- ]
- }
- }
|