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 08:02:53 UTC

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

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 97514fb01 -> 57aa707c6


CB-8538 Added package.json file


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

Branch: refs/heads/master
Commit: 57aa707c6a2105a1f02a1de02f5afd32910a65ca
Parents: 97514fb
Author: Steve Gill <st...@gmail.com>
Authored: Tue Feb 24 23:02:44 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Feb 24 23:02:44 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/57aa707c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a243e7b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,43 @@
+{
+  "name": "cordova-plugin-camera",
+  "version": "0.3.6-dev",
+  "description": "Cordova Camera Plugin",
+  "cordova": {
+    "id": "org.apache.cordova.camera",
+    "platforms": [
+      "firefoxos",
+      "android",
+      "amazon-fireos",
+      "ubuntu",
+      "ios",
+      "blackberry10",
+      "wp7",
+      "wp8",
+      "windows8",
+      "browser",
+      "windows"
+    ]
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git"
+  },
+  "keywords": [
+    "cordova",
+    "camera",
+    "ecosystem:cordova",
+    "cordova-firefoxos",
+    "cordova-android",
+    "cordova-amazon-fireos",
+    "cordova-ubuntu",
+    "cordova-ios",
+    "cordova-blackberry10",
+    "cordova-wp7",
+    "cordova-wp8",
+    "cordova-windows8",
+    "cordova-browser",
+    "cordova-windows"
+  ],
+  "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