Repository: cordova-cli
Updated Branches:
  refs/heads/6.1.x ed5c36613 -> 8e730ac37


CB-10980 Set VERSION to 6.1.1 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/8e730ac3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/8e730ac3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/8e730ac3

Branch: refs/heads/6.1.x
Commit: 8e730ac376fee9014e822e3f007e357384e77fcd
Parents: ddc7638
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Tue Mar 29 15:05:23 2016 +0300
Committer: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Committed: Tue Mar 29 15:24:45 2016 +0300

----------------------------------------------------------------------
 package.json | 290 +++++++++++++++++++++++++++---------------------------
 1 file changed, 145 insertions(+), 145 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/8e730ac3/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 83f791d..bf6007c 100644
--- a/package.json
+++ b/package.json
@@ -1,146 +1,146 @@
 {
-  "name": "cordova",
-  "version": "6.1.1",
-  "preferGlobal": "true",
-  "description": "Cordova command line interface tool",
-  "main": "cordova",
-  "engines": {
-    "node": ">=0.9.9"
-  },
-  "engineStrict": true,
-  "bin": {
-    "cordova": "./bin/cordova"
-  },
-  "scripts": {
-    "test": "node node_modules/jasmine-node/bin/jasmine-node 
--captureExceptions --color spec",
-    "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print 
detail node_modules/jasmine-node/bin/jasmine-node -- spec"
-  },
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git";
-  },
-  "bugs": {
-    "url": "https://issues.apache.org/jira/browse/CB";,
-    "email": "d...@cordova.apache.org"
-  },
-  "keywords": [
-    "cordova",
-    "client",
-    "cli"
-  ],
-  "dependencies": {
-    "ansi": "^0.3.0",
-    "cordova-lib": "6.1.1",
-    "cordova-common": "^1.1.0",
-    "q": "1.0.1",
-    "nopt": "3.0.1",
-    "underscore": "1.7.0",
-    "update-notifier": "^0.5.0"
-  },
-  "devDependencies": {
-    "istanbul": "^0.3.4",
-    "grunt": "0.4.5",
-    "grunt-retire": "0.3.7",
-    "jasmine-node": "1.14.5"
-  },
-  "author": "Anis Kadri",
-  "contributors": [
-    {
-      "name": "Brian LeRoux",
-      "email": "b...@brian.io"
-    },
-    {
-      "name": "Fil Maj",
-      "email": "maj....@gmail.com"
-    },
-    {
-      "name": "Mike Reinstein",
-      "email": "reinstein.m...@gmail.com"
-    },
-    {
-      "name": "Darry Pogue",
-      "email": "dar...@dpogue.ca"
-    },
-    {
-      "name": "Michael Brooks",
-      "email": "mich...@michaelbrooks.ca"
-    },
-    {
-      "name": "Braden Shepherdson",
-      "email": "bra...@chromium.org"
-    },
-    {
-      "name": "Gord Tanner",
-      "email": "gtan...@gmail.com"
-    },
-    {
-      "name": "Tim Kim",
-      "email": "t...@adobe.com"
-    },
-    {
-      "name": "Benn Mapes",
-      "email": "benn.ma...@gmail.com"
-    },
-    {
-      "name": "Michael Wolf",
-      "email": "michael.w...@cynergy.com"
-    },
-    {
-      "name": "Andrew Grieve",
-      "email": "agri...@chromium.org"
-    },
-    {
-      "name": "Bryan Higgins",
-      "email": "bhigg...@blackberry.com"
-    },
-    {
-      "name": "Don Coleman",
-      "email": "dcole...@chariotsolutions.com"
-    },
-    {
-      "name": "Germano Gabbianelli",
-      "email": "tyron...@gmail.com"
-    },
-    {
-      "name": "Ian Clelland",
-      "email": "iclell...@chromium.org"
-    },
-    {
-      "name": "Lucas Holmqust",
-      "email": "lholm...@redhat.com"
-    },
-    {
-      "name": "Matt LeGrand",
-      "email": "mlegr...@gmail.com"
-    },
-    {
-      "name": "Michal Mocny",
-      "email": "mmo...@gmail.com"
-    },
-    {
-      "name": "Sam Breed",
-      "email": "s...@quickleft.com"
-    },
-    {
-      "name": "Tommy-Carlos Williams",
-      "email": "to...@devgeeks.org"
-    },
-    {
-      "name": "Rubén Norte",
-      "email": "rubenno...@gmail.com"
-    },
-    {
-      "name": "Germano Gabbianelli",
-      "email": "tyrion...@gmail.com"
-    },
-    {
-      "name": "Steven Gill",
-      "email": "stevengil...@gmail.com"
-    },
-    {
-      "name": "Jesse",
-      "email": "purplecabb...@gmail.com"
-    }
-  ],
-  "license": "Apache-2.0"
-}
+    "name": "cordova",
+    "version": "6.1.1",
+    "preferGlobal": "true",
+    "description": "Cordova command line interface tool",
+    "main": "cordova",
+    "engines": {
+        "node": ">=0.9.9"
+    },
+    "engineStrict": true,
+    "bin": {
+        "cordova": "./bin/cordova"
+    },
+    "scripts": {
+        "test": "node node_modules/jasmine-node/bin/jasmine-node 
--captureExceptions --color spec",
+        "cover": "node node_modules/istanbul/lib/cli.js cover --root src 
--print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
+    },
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git";
+    },
+    "bugs": {
+        "url": "https://issues.apache.org/jira/browse/CB";,
+        "email": "d...@cordova.apache.org"
+    },
+    "keywords": [
+        "cordova",
+        "client",
+        "cli"
+    ],
+    "dependencies": {
+        "ansi": "^0.3.0",
+        "cordova-lib": "6.1.1",
+        "cordova-common": "^1.1.0",
+        "q": "1.0.1",
+        "nopt": "3.0.1",
+        "underscore": "1.7.0",
+        "update-notifier": "^0.5.0"
+    },
+    "devDependencies": {
+        "istanbul": "^0.3.4",
+        "grunt": "0.4.5",
+        "grunt-retire": "0.3.7",
+        "jasmine-node": "1.14.5"
+    },
+    "author": "Anis Kadri",
+    "contributors": [
+        {
+            "name": "Brian LeRoux",
+            "email": "b...@brian.io"
+        },
+        {
+            "name": "Fil Maj",
+            "email": "maj....@gmail.com"
+        },
+        {
+            "name": "Mike Reinstein",
+            "email": "reinstein.m...@gmail.com"
+        },
+        {
+            "name": "Darry Pogue",
+            "email": "dar...@dpogue.ca"
+        },
+        {
+            "name": "Michael Brooks",
+            "email": "mich...@michaelbrooks.ca"
+        },
+        {
+            "name": "Braden Shepherdson",
+            "email": "bra...@chromium.org"
+        },
+        {
+            "name": "Gord Tanner",
+            "email": "gtan...@gmail.com"
+        },
+        {
+            "name": "Tim Kim",
+            "email": "t...@adobe.com"
+        },
+        {
+            "name": "Benn Mapes",
+            "email": "benn.ma...@gmail.com"
+        },
+        {
+            "name": "Michael Wolf",
+            "email": "michael.w...@cynergy.com"
+        },
+        {
+            "name": "Andrew Grieve",
+            "email": "agri...@chromium.org"
+        },
+        {
+            "name": "Bryan Higgins",
+            "email": "bhigg...@blackberry.com"
+        },
+        {
+            "name": "Don Coleman",
+            "email": "dcole...@chariotsolutions.com"
+        },
+        {
+            "name": "Germano Gabbianelli",
+            "email": "tyron...@gmail.com"
+        },
+        {
+            "name": "Ian Clelland",
+            "email": "iclell...@chromium.org"
+        },
+        {
+            "name": "Lucas Holmqust",
+            "email": "lholm...@redhat.com"
+        },
+        {
+            "name": "Matt LeGrand",
+            "email": "mlegr...@gmail.com"
+        },
+        {
+            "name": "Michal Mocny",
+            "email": "mmo...@gmail.com"
+        },
+        {
+            "name": "Sam Breed",
+            "email": "s...@quickleft.com"
+        },
+        {
+            "name": "Tommy-Carlos Williams",
+            "email": "to...@devgeeks.org"
+        },
+        {
+            "name": "Rubén Norte",
+            "email": "rubenno...@gmail.com"
+        },
+        {
+            "name": "Germano Gabbianelli",
+            "email": "tyrion...@gmail.com"
+        },
+        {
+            "name": "Steven Gill",
+            "email": "stevengil...@gmail.com"
+        },
+        {
+            "name": "Jesse",
+            "email": "purplecabb...@gmail.com"
+        }
+    ],
+    "license": "Apache-2.0"
+}
\ No newline at end of file


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

Reply via email to