1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "odoomobile",
- "version": "1.1.1",
- "description": "OdooMobile: An Ionic project",
- "dependencies": {
- "gulp": "^3.5.6",
- "gulp-concat": "^2.2.0",
- "gulp-minify-css": "^0.3.0",
- "gulp-rename": "^1.2.0",
- "gulp-sass": "^2.0.4"
- },
- "devDependencies": {
- "bower": "^1.3.3",
- "gulp-util": "^2.2.14",
- "shelljs": "^0.3.0"
- },
- "cordovaPlugins": [
- "cordova-plugin-device",
- "cordova-plugin-console",
- "cordova-plugin-whitelist",
- "cordova-plugin-splashscreen",
- "cordova-plugin-statusbar",
- "ionic-plugin-keyboard",
- "cordova-plugin-camera",
- "cordova-plugin-contacts",
- "cordova-plugin-vibration",
- "cordova-plugin-geolocation",
- "cordova-plugin-device-motion",
- "uk.co.workingedge.phonegap.plugin.launchnavigator",
- "cordova-plugin-dialogs"
- ],
- "cordovaPlatforms": [
- "android"
- ]
- }
|