You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2015/09/17 00:16:59 UTC

[08/12] cordova-browser git commit: bundled q and added devDep on tmp

bundled q and added devDep on tmp


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

Branch: refs/heads/master
Commit: f33d57ac65cb18e54829eb7f78acc1092d0c02ad
Parents: 3850b1d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Sep 16 14:45:57 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Sep 16 14:45:57 2015 -0700

----------------------------------------------------------------------
 package.json | 95 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 49 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/f33d57ac/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 779db63..a017418 100644
--- a/package.json
+++ b/package.json
@@ -1,48 +1,51 @@
 {
-    "name": "cordova-browser",
-    "version": "4.1.0-dev",
-    "description": "cordova-browser release",
-    "main": "bin/create",
-    "repository": {
-        "type": "git",
-        "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
+  "name": "cordova-browser",
+  "version": "4.1.0-dev",
+  "description": "cordova-browser release",
+  "main": "bin/create",
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
+  },
+  "keywords": [
+    "cordova",
+    "browser",
+    "apache"
+  ],
+  "scripts": {
+    "test": "npm run jshint && npm run test-unit",
+    "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions tests/spec/",
+    "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
+  },
+  "dependencies": {
+    "adm-zip": "0.4.4",
+    "cordova-serve": "^0.1.2",
+    "nopt": "~3",
+    "q": "^1.4.1",
+    "shelljs": "^0.1.4"
+  },
+  "devDependencies": {
+    "jasmine-node": "~1",
+    "jshint": "^2.6.0",
+    "tmp": "^0.0.26"
+  },
+  "bundledDependencies": [
+    "adm-zip",
+    "cordova-serve",
+    "nopt",
+    "q",
+    "shelljs"
+  ],
+  "author": "Apache Software Foundation",
+  "contributors": [
+    {
+      "name": "Steve Gill",
+      "email": "steveng@adobe.com"
     },
-    "keywords": [
-        "cordova",
-        "browser",
-        "apache"
-    ],
-    "scripts": {
-        "test": "npm run jshint && npm run test-unit",
-        "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions spec/unit",
-        "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
-    },
-    "dependencies": {
-        "adm-zip": "0.4.4",
-        "cordova-serve": "^0.1.2",
-        "nopt": "~3",
-        "shelljs": "^0.1.4"
-    },
-    "devDependencies": {
-        "jasmine-node": "~1",
-        "jshint": "^2.6.0"
-    },
-    "bundledDependencies": [
-        "adm-zip",
-        "cordova-serve",
-        "nopt",
-        "shelljs"
-    ],
-    "author": "Apache Software Foundation",
-    "contributors": [
-        {
-            "name": "Steve Gill",
-            "email": "steveng@adobe.com"
-        },
-        {
-            "name": "Suraj Pindoria",
-            "email": "spindori@adobe.com"
-        }
-    ],
-    "license": "Apache-2.0"
-}
\ No newline at end of file
+    {
+      "name": "Suraj Pindoria",
+      "email": "spindori@adobe.com"
+    }
+  ],
+  "license": "Apache-2.0"
+}


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