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:23:32 UTC

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

Repository: cordova-plugin-file
Updated Branches:
  refs/heads/master 6093239f4 -> bcf55cab8


CB-8538 Added package.json file


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

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

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


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