You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/02/25 09:53:34 UTC

cordova-plugin-splashscreen git commit: CB-8538 Added package.json file

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master bcbc23958 -> c1d4ca8d8


CB-8538 Added package.json file


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/c1d4ca8d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/c1d4ca8d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/c1d4ca8d

Branch: refs/heads/master
Commit: c1d4ca8d83bc6897ba02674287c9c0fb2acb784f
Parents: bcbc239
Author: Steve Gill <st...@gmail.com>
Authored: Wed Feb 25 00:53:27 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Feb 25 00:53:27 2015 -0800

----------------------------------------------------------------------
 package.json | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/c1d4ca8d/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..71fed69
--- /dev/null
+++ b/package.json
@@ -0,0 +1,47 @@
+{
+  "name": "cordova-plugin-splashscreen",
+  "version": "1.0.1-dev",
+  "description": "Cordova Splashscreen Plugin",
+  "cordova": {
+    "id": "org.apache.cordova.splashscreen",
+    "platforms": [
+      "android",
+      "amazon-fireos",
+      "ubuntu",
+      "ios",
+      "blackberry10",
+      "wp7",
+      "wp8",
+      "windows8",
+      "windows",
+      "tizen"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git"
+  },
+  "keywords": [
+    "cordova",
+    "splashscreen",
+    "ecosystem:cordova",
+    "cordova-android",
+    "cordova-amazon-fireos",
+    "cordova-ubuntu",
+    "cordova-ios",
+    "cordova-blackberry10",
+    "cordova-wp7",
+    "cordova-wp8",
+    "cordova-windows8",
+    "cordova-windows",
+    "cordova-tizen"
+  ],
+  "engines": [
+    {
+      "name": "cordova-android",
+      "version": ">=3.6.0"
+    }
+  ],
+  "author": "Apache Software Foundation",
+  "license": "Apache 2.0"
+}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org