Skip to content

Commit

Permalink
Added package.json to all the plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alsorokin committed Apr 25, 2017
1 parent d361057 commit 52bf7a1
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ci-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
13 changes: 13 additions & 0 deletions debug-mode-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
14 changes: 14 additions & 0 deletions event-cache-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
13 changes: 13 additions & 0 deletions ios-geolocation-permissions-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
14 changes: 14 additions & 0 deletions paramedic-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 52bf7a1

Please sign in to comment.