summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index e6190172..82703d82 100644
--- a/package.json
+++ b/package.json
@@ -13,5 +13,14 @@
"bower": "^1.3.3",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0"
- }
+ },
+ "cordovaPlugins": [
+ "org.apache.cordova.splashscreen"
+ ],
+ "cordovaPlatforms": [
+ {
+ "platform": "android",
+ "locator": "./engine/cordova-android-c0.6.1/"
+ }
+ ]
} \ No newline at end of file