added npm modules for the stuff in lib/tools
authorTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 17:13:54 +0000 (13:13 -0400)
committerTravis Webb <me@traviswebb.com>
Fri, 13 Jun 2014 17:13:54 +0000 (13:13 -0400)
lib/tools/lib/package.js
package.json

index 878cc6b..cc3f5ea 100644 (file)
@@ -1,8 +1,7 @@
 var depends = (typeof enyo !== 'undefined') ? enyo.depends : X.depends;
 depends(
-  "underscore/underscore.js",
-  "async/lib/async.js",
-  "globalize/lib/globalize.js",
-  "globalize/lib/globalize.js",
+  "../../../node_modules/underscore/underscore.js",
+  "../../../node_modules/async/lib/async.js",
+  "../../../node_modules/globalize/lib/globalize.js",
   '../../../node_modules/moment/moment.js'
 );
index 4c576d8..d13d061 100644 (file)
@@ -27,6 +27,7 @@
     "ejs": "0.8.x",
     "express": "3.1.x",
     "fluentreports": "git://github.com/xtuple/fluentreports.git",
+    "globalize": "^0.1.1",
     "ipp": "0.0.5",
     "json-patch": "git://github.com/xtuple/JSON-Patch.git",
     "less": "1.5.0",
@@ -47,9 +48,9 @@
     "rjson": "~0.2.4",
     "socket.io": "0.9.x",
     "underscore": "1.4.x",
-    "winston": "0.7.x",
     "underscore.string": "~2.3.3",
-    "ursa": "0.8.x"
+    "ursa": "0.8.x",
+    "winston": "0.7.x"
   },
   "devDependencies": {
     "chai": "1.5.x",