From b28028ac4082842143b0f528d6bc539da6ccb419 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 21 Sep 2017 12:49:18 -0400 Subject: mega changes, including updates and X --- www/lib/ionic-pullup/example/package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/lib/ionic-pullup/example/package.json (limited to 'www/lib/ionic-pullup/example/package.json') diff --git a/www/lib/ionic-pullup/example/package.json b/www/lib/ionic-pullup/example/package.json new file mode 100644 index 00000000..1bd7d46c --- /dev/null +++ b/www/lib/ionic-pullup/example/package.json @@ -0,0 +1,27 @@ +{ + "name": "example", + "version": "1.0.0", + "description": "example: An Ionic project", + "dependencies": { + "gulp": "^3.5.6", + "gulp-sass": "^1.3.3", + "gulp-concat": "^2.2.0", + "gulp-minify-css": "^0.3.0", + "gulp-rename": "^1.2.0" + }, + "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", + "com.ionic.keyboard" + ], + "cordovaPlatforms": [ + "android" + ] +} \ No newline at end of file -- cgit v1.2.3