You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/29 14:35:59 UTC

cordova-plugman git commit: CB-10980 Set VERSION to 1.3.0-dev (via coho)

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 1973a2cfb -> 016e496e4


CB-10980 Set VERSION to 1.3.0-dev (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/016e496e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/016e496e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/016e496e

Branch: refs/heads/master
Commit: 016e496e4eb9cfdc172d73edb8475e46fbc2c7d3
Parents: 1973a2c
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Mar 29 15:13:53 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Mar 29 15:15:02 2016 +0300

----------------------------------------------------------------------
 package.json | 124 +++++++++++++++++++++++++++---------------------------
 1 file changed, 63 insertions(+), 61 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/016e496e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 652a576..908cf91 100644
--- a/package.json
+++ b/package.json
@@ -1,69 +1,71 @@
 {
-  "author": "Andrew Lunny <al...@gmail.com>",
-  "name": "plugman",
-  "description": "install/uninstall Cordova plugins",
-  "version": "1.2.1-dev",
-  "repository": {
-    "type": "git",
-    "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
-  },
-  "bugs": {
-    "url" : "https://issues.apache.org/jira/browse/CB",
-    "email" : "dev@cordova.apache.org"
-  },
-  "main": "plugman.js",
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "engineStrict":true,
-  "dependencies": {
-    "cordova-lib": "6.1.0",
-    "nopt": "1.0.9",
-    "q": "1.0.1"
-  },
-  "devDependencies": {
-    "jshint": "2.5.8",
-    "jasmine-node": "1.14.5"
-  },
-  "bin" : { "plugman" : "./main.js" },
-  "scripts": {
-    "test": "npm run jasmine && npm run jshint",
-    "jshint": "node node_modules/jshint/bin/jshint src",
-    "jasmine": "jasmine-node --captureExceptions --color spec"
-  },
-  "contributors":[
-    {
-        "name":"Anis Kadri"
+    "author": "Andrew Lunny <al...@gmail.com>",
+    "name": "plugman",
+    "description": "install/uninstall Cordova plugins",
+    "version": "1.3.0-dev",
+    "repository": {
+        "type": "git",
+        "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
     },
-    {
-        "name":"Tim Kim"
+    "bugs": {
+        "url": "https://issues.apache.org/jira/browse/CB",
+        "email": "dev@cordova.apache.org"
     },
-    {
-        "name":"Braden Shepherdson"
+    "main": "plugman.js",
+    "engines": {
+        "node": ">=0.9.9"
     },
-    {
-        "name":"Ryan Willoughby"
+    "engineStrict": true,
+    "dependencies": {
+        "cordova-lib": "6.1.0",
+        "nopt": "1.0.9",
+        "q": "1.0.1"
     },
-    {
-        "name":"Brett Rudd"
+    "devDependencies": {
+        "jshint": "2.5.8",
+        "jasmine-node": "1.14.5"
     },
-    {
-        "name":"Mike Reinstein"
+    "bin": {
+        "plugman": "./main.js"
     },
-    {
-        "name":"Shazron Abdullah"
+    "scripts": {
+        "test": "npm run jasmine && npm run jshint",
+        "jshint": "node node_modules/jshint/bin/jshint src",
+        "jasmine": "jasmine-node --captureExceptions --color spec"
     },
-    {
-        "name":"Steve Gill"
-    },
-    {
-        "name":"Fil Maj"
-    },
-    {
-        "name":"Michael Brooks"
-    },
-    {
-        "name":"Jesse MacFadyen"
-    }
-  ]
-}
+    "contributors": [
+        {
+            "name": "Anis Kadri"
+        },
+        {
+            "name": "Tim Kim"
+        },
+        {
+            "name": "Braden Shepherdson"
+        },
+        {
+            "name": "Ryan Willoughby"
+        },
+        {
+            "name": "Brett Rudd"
+        },
+        {
+            "name": "Mike Reinstein"
+        },
+        {
+            "name": "Shazron Abdullah"
+        },
+        {
+            "name": "Steve Gill"
+        },
+        {
+            "name": "Fil Maj"
+        },
+        {
+            "name": "Michael Brooks"
+        },
+        {
+            "name": "Jesse MacFadyen"
+        }
+    ]
+}
\ No newline at end of file


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