Removed grunt, dependencies on phantomjs

Reduced SDK footprint from 38MB to 6MB
diff --git a/Gruntfile.js b/Gruntfile.js
deleted file mode 100644
index 6369308..0000000
--- a/Gruntfile.js
+++ /dev/null
@@ -1,22 +0,0 @@
-module.exports = function(grunt) {
-    grunt.initConfig({
-        pkg: grunt.file.readJSON('package.json'),
-        codacy: {
-            your_target: {
-                files: {
-                    'dest/default_options': ['tests/main.test.js'],
-                }
-            },
-        },
-        mochaTest: {
-            test: {
-                src: ['tests/main.test.js'],
-            }
-        }
-    })
-
-    grunt.loadNpmTasks('grunt-codacy')
-    grunt.loadNpmTasks('grunt-mocha-test')
-
-    grunt.registerTask('default', ['mochaTest'])
-}
\ No newline at end of file
diff --git a/package.json b/package.json
index 76c2bf0..0d392fc 100644
--- a/package.json
+++ b/package.json
@@ -7,27 +7,11 @@
         "lodash-uuid": "latest",
         "objectkit": "latest",
         "request": "latest",
-        "url-join": "latest",
-        "volos-analytics-apigee": "latest",
-        "volos-analytics-common": "latest",
-        "volos-analytics-memory": "latest",
-        "volos-cache-apigee": "latest",
-        "volos-cache-memory": "latest",
-        "volos-cache-redis": "latest",
-        "volos-oauth-apigee": "latest",
-        "volos-oauth-redis": "latest",
-        "volos-quota-apigee": "latest",
-        "volos-quota-memory": "latest",
-        "volos-quota-redis": "latest"
+        "url-join": "latest"
     },
     "description": "The official Node.js SDK for Usergrid",
     "devDependencies": {
-        "codacy-coverage": "latest",
-        "grunt": "latest",
-        "grunt-codacy": "latest",
-        "grunt-mocha-test": "latest",
         "mocha": "latest",
-        "mocha-lcov-reporter": "latest",
         "should": "latest"
     },
     "keywords": [],