summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-google-analytics/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-09-21 15:50:05 +0200
committerJules Laplace <julescarbon@gmail.com>2017-09-21 15:50:05 +0200
commitcc8e24461c625400143677956bdffb9268d8050b (patch)
tree71cdae83f6b1e15ab99471fe3b1995fb907d5154 /StoneIsland/plugins/cordova-plugin-google-analytics/package.json
parentc1bd61b6ad4b3d4d1cd2da81f6ec403565cc1f4b (diff)
analytics plugin
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-google-analytics/package.json')
-rw-r--r--StoneIsland/plugins/cordova-plugin-google-analytics/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-google-analytics/package.json b/StoneIsland/plugins/cordova-plugin-google-analytics/package.json
new file mode 100644
index 00000000..548de86b
--- /dev/null
+++ b/StoneIsland/plugins/cordova-plugin-google-analytics/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "cordova-plugin-google-analytics",
+ "version": "1.8.3",
+ "description": "Google Universal Analytics Plugin",
+ "cordova": {
+ "id": "cordova-plugin-google-analytics",
+ "platforms": [
+ "android",
+ "ios"
+ ]
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/danwilson/google-analytics-plugin.git"
+ },
+ "keywords": [
+ "cordova",
+ "googleanalytics",
+ "ecosystem:cordova",
+ "cordova-android",
+ "cordova-ios",
+ "analytics",
+ "google",
+ "universal",
+ "universalanalytics"
+ ],
+ "author": "Dan Wilson",
+ "license": "MIT"
+}