set xtuple-server as optional dep
authorTravis Webb <me@traviswebb.com>
Sat, 14 Jun 2014 15:49:23 +0000 (11:49 -0400)
committerTravis Webb <me@traviswebb.com>
Sat, 14 Jun 2014 15:49:23 +0000 (11:49 -0400)
package.json

index 90cc841..a8432f6 100644 (file)
     "underscore": "1.4.x",
     "underscore.string": "~2.3.3",
     "ursa": "0.8.x",
-    "winston": "0.7.x"
+    "winston": "0.7.x",
+    "xtuple-query": "~1.0.0"
   },
   "devDependencies": {
     "chai": "1.5.x",
     "csslint": "~0.10.0",
+    "googleapis": "^0.7.0",
     "html5": "0.3.13",
     "jshint": "2.4.x",
     "mocha": "1.9.x",
     "shelljs": "0.0.8",
     "uglify-js": "1.3.2",
     "walker": "https://github.com/xtuple/enyo-tools-walker-npm/tarball/master",
-    "xtuple-server": "^0.9.0",
     "zombie": "2.x"
   },
   "bundledDependencies": [
     "fluentreports",
-    "json-patch"
+    "json-patch",
+    "walker"
   ],
   "optionalDependencies": {
-    "xtuple-query": "~1.0.0",
-    "googleapis": "~0.4.6"
+    "xtuple-server": "^0.9",
   },
   "engines": {
     "node": ">= 0.10.28"