1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "meBarista",
- "author": "Digital Things",
- "homepage": "https://mecoffee.nl/",
- "private": true,
- "scripts": {
- "clean": "ionic-app-scripts clean",
- "build": "ionic-app-scripts build",
- "ionic:build": "ionic-app-scripts build",
- "ionic:serve": "ionic-app-scripts serve"
- },
- "dependencies": {
- "@angular/common": "2.4.8",
- "@angular/compiler": "2.4.8",
- "@angular/compiler-cli": "2.4.8",
- "@angular/core": "2.4.8",
- "@angular/forms": "2.4.8",
- "@angular/http": "2.4.8",
- "@angular/platform-browser": "2.4.8",
- "@angular/platform-browser-dynamic": "2.4.8",
- "@angular/platform-server": "2.4.8",
- "@ionic-native/ble": "^3.4.4",
- "@ionic-native/bluetooth-serial": "^3.4.4",
- "@ionic-native/core": "^3.6.1",
- "@ionic-native/file": "^3.6.1",
- "@ionic-native/in-app-browser": "^3.14.0",
- "@ionic-native/splash-screen": "3.1.0",
- "@ionic-native/status-bar": "3.1.0",
- "@ionic/storage": "2.0.0",
- "bindings": "^1.2.1",
- "buffer": "^5.0.6",
- "chart.js": "^2.5.0",
- "ionic-angular": "2.3.0",
- "ionicons": "3.0.0",
- "rxjs": "5.0.1",
- "svg-gauge": "^1.0.2",
- "sw-toolbox": "3.4.0",
- "types": "^0.1.1",
- "typings": "^2.1.1",
- "zone.js": "0.7.2"
- },
- "devDependencies": {
- "@ionic/app-scripts": "1.1.4",
- "typescript": "2.0.9"
- },
- "cordovaPlugins": [
- "cordova-plugin-statusbar",
- "cordova-plugin-console",
- "cordova-plugin-device",
- "cordova-plugin-whitelist",
- "cordova-plugin-splashscreen",
- "ionic-plugin-keyboard",
- "cordova-plugin-bluetooth-serial"
- ],
- "cordovaPlatforms": [
- ],
- "description": "meBarista, the App to control meCoffee"
- }
|