summaryrefslogtreecommitdiff
path: root/www/lib/ionic-pullup/example/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/ionic-pullup/example/package.json')
-rw-r--r--www/lib/ionic-pullup/example/package.json27
1 files changed, 27 insertions, 0 deletions
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