Updates deps, adds more docs.
authordsc <dsc@wikimedia.org>
Wed, 9 May 2012 20:04:40 +0000 (13:04 -0700)
committerdsc <dsc@wikimedia.org>
Wed, 9 May 2012 20:04:40 +0000 (13:04 -0700)
package.co
package.json

index d703c2f..a341841 100644 (file)
@@ -20,16 +20,18 @@ dependencies                    :
     'nib'                       : '>= 0.4.0'
     'browserify'                : '>= 1.9.4'
     'seq'                       : '>= 0.3.5'
-    'underscore'                : '>= 1.3.2'
+    'underscore'                : '>= 1.3.3'
     'underscore.string'         : '>= 2.1.1'
     'js-yaml'                   : '>= 0.3.5'
     'hashish'                   : '>= 0.0.4'
     'backbone'                  : '>= 0.9.1'
     'findit'                    : '>= 0.1.2'
+    'glob'                      : '>= 3.1.9'
     'remove'                    : '>= 0.1.1'
 devDependencies                 : 
     'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
     'expresso'                  : '>= 0.9.2'
+    'uglify-js'                 : '>= 1.2.6'
 
 scripts                         : test:'expresso'
 repository                      : type:'git', url:'git://git@less.ly:kraken-ui.git'
index 00eff39..4f375bb 100644 (file)
     "nib": ">= 0.4.0",
     "browserify": ">= 1.9.4",
     "seq": ">= 0.3.5",
-    "underscore": ">= 1.3.2",
+    "underscore": ">= 1.3.3",
     "underscore.string": ">= 2.1.1",
     "js-yaml": ">= 0.3.5",
     "hashish": ">= 0.0.4",
     "backbone": ">= 0.9.1",
     "findit": ">= 0.1.2",
+    "glob": ">= 3.1.9",
     "remove": ">= 0.1.1"
   },
   "devDependencies": {
     "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",
-    "expresso": ">= 0.9.2"
+    "expresso": ">= 0.9.2",
+    "uglify-js": ">= 1.2.6"
   },
   "scripts": {
     "test": "expresso"