You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/27 20:20:52 UTC

[04/13] adding help framework adding google analytics framework bug fixes

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/097fd3bd/portal/package.json
----------------------------------------------------------------------
diff --git a/portal/package.json b/portal/package.json
index 41b1ea5..b60f45e 100644
--- a/portal/package.json
+++ b/portal/package.json
@@ -1,16 +1,16 @@
 {
-  "name": "apigee-usergrid",
-  "version": "2.0.0",
+  "name": "usergrid",
+  "version": "2.0.1",
   "packageName": "appsvc-ui",
-  "description": "full apigee portal",
+  "description": "full usergrid portal",
   "main": "./scripts/web-server.js",
   "repository": {
     "type": "git",
-    "url": "https://github.com/apigee/usergrid-portal-internal.git"
+    "url": "https://github.com/usergrid/usergrid.git"
   },
   "dependencies": {},
   "devDependencies": {
-    "grunt": "~0.4.1",
+    "grunt": "~0.4.4",
     "grunt-cli": "~0.1.11",
     "grunt-contrib-cssmin": "~0.7.0",
     "grunt-contrib-uglify": "~0.2.7",
@@ -29,15 +29,16 @@
     "karma-phantomjs-launcher": "~0.1.1",
     "karma": "~0.10.8",
     "grunt-karma": "~0.6.2",
-    "protractor": "~0.18.1",
+    "protractor": "~0.20.1",
     "grunt-protractor-runner": "~0.2.0",
     "grunt-contrib-copy": "~0.4.1",
     "grunt-contrib-compress": "~0.5.3",
-    "grunt-contrib-clean": "~0.5.0",
+    "grunt-contrib-clean": "~0.4.0",
     "grunt-dom-munger": "~3.1.0",
     "bower": "~1.2.8",
     "grunt-bower-task": "~0.3.4",
-    "grunt-s3": "~0.2.0-alpha.3"
+    "grunt-s3": "~0.2.0-alpha.3",
+    "grunt-istanbul": "~0.2.5"
   },
   "engines": {
     "node": ">=0.10.21"