Repository: cordova-paramedic Updated Branches: refs/heads/master d36105760 -> 52bf7a1b0
Added package.json to all the plugins Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/52bf7a1b Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/52bf7a1b Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/52bf7a1b Branch: refs/heads/master Commit: 52bf7a1b09ace7e67be9ae2042c70474d45f72b9 Parents: d361057 Author: Alexander Sorokin <[email protected]> Authored: Fri Apr 21 14:37:02 2017 +0300 Committer: Alexander Sorokin <[email protected]> Committed: Tue Apr 25 09:24:48 2017 +0300 ---------------------------------------------------------------------- ci-plugin/package.json | 14 ++++++++++++++ debug-mode-plugin/package.json | 13 +++++++++++++ event-cache-plugin/package.json | 14 ++++++++++++++ ios-geolocation-permissions-plugin/package.json | 13 +++++++++++++ paramedic-plugin/package.json | 14 ++++++++++++++ 5 files changed, 68 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/52bf7a1b/ci-plugin/package.json ---------------------------------------------------------------------- diff --git a/ci-plugin/package.json b/ci-plugin/package.json new file mode 100644 index 0000000..82b9eaf --- /dev/null +++ b/ci-plugin/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-paramedic-ci", + "version": "0.5.0", + "license": "Apache 2.0", + "description": "Tells Cordova tests that they are running in CI environment by introducing a global variable", + "main": "ci.js", + "engines" : { + "node" : ">=0.11.2" + }, + "repository": { + "type": "git", + "url": "git://github.com/apache/cordova-paramedic.git" + } +} http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/52bf7a1b/debug-mode-plugin/package.json ---------------------------------------------------------------------- diff --git a/debug-mode-plugin/package.json b/debug-mode-plugin/package.json new file mode 100644 index 0000000..7f822e5 --- /dev/null +++ b/debug-mode-plugin/package.json @@ -0,0 +1,13 @@ +{ + "name": "cordova-paramedic-debug-mode", + "version": "0.5.0", + "license": "Apache 2.0", + "description": "Plugin to enable package debugging to allow app run without active local/remote desktop session", + "engines" : { + "node" : ">=0.11.2" + }, + "repository": { + "type": "git", + "url": "git://github.com/apache/cordova-paramedic.git" + } +} http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/52bf7a1b/event-cache-plugin/package.json ---------------------------------------------------------------------- diff --git a/event-cache-plugin/package.json b/event-cache-plugin/package.json new file mode 100644 index 0000000..7d1d16d --- /dev/null +++ b/event-cache-plugin/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-paramedic-event-cache", + "version": "0.5.0", + "license": "Apache 2.0", + "description": "Cordova Paramedic Event Cache Plugin", + "main": "paramedic.js", + "engines" : { + "node" : ">=0.11.2" + }, + "repository": { + "type": "git", + "url": "git://github.com/apache/cordova-paramedic.git" + } +} http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/52bf7a1b/ios-geolocation-permissions-plugin/package.json ---------------------------------------------------------------------- diff --git a/ios-geolocation-permissions-plugin/package.json b/ios-geolocation-permissions-plugin/package.json new file mode 100644 index 0000000..6f54039 --- /dev/null +++ b/ios-geolocation-permissions-plugin/package.json @@ -0,0 +1,13 @@ +{ + "name": "cordova-paramedic-ios-geolocation-permissions", + "version": "0.5.0", + "license": "Apache 2.0", + "description": "Plugin to allow geolocation on iOS simulator w/out presenting OS dialog", + "engines" : { + "node" : ">=0.11.2" + }, + "repository": { + "type": "git", + "url": "git://github.com/apache/cordova-paramedic.git" + } +} http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/52bf7a1b/paramedic-plugin/package.json ---------------------------------------------------------------------- diff --git a/paramedic-plugin/package.json b/paramedic-plugin/package.json new file mode 100644 index 0000000..1e79c6c --- /dev/null +++ b/paramedic-plugin/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-paramedic-ci", + "version": "0.5.0", + "license": "Apache 2.0", + "description": "Cordova Paramedic Plugin is responsible for the test results reporting", + "main": "paramedic.js", + "engines" : { + "node" : ">=0.11.2" + }, + "repository": { + "type": "git", + "url": "git://github.com/apache/cordova-paramedic.git" + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
