Freezes deps.
authordsc <dsc@less.ly>
Thu, 28 Jun 2012 20:19:58 +0000 (13:19 -0700)
committerdsc <dsc@less.ly>
Thu, 28 Jun 2012 20:19:58 +0000 (13:19 -0700)
package.co
package.json

index a341841..1081ae1 100644 (file)
@@ -9,32 +9,36 @@ author                          : 'David Schoonover <dsc@less.ly> (http://less.l
 # directories                   : lib: './lib', bin:'./bin', doc:'./doc', man:'./man'
 
 dependencies                    : 
-    'coco'                      : '>= 0.7.0'
-    'mime'                      : '>= 1.2.5'
-    'express'                   : '>= 2.5.9'
-    'express-resource'          : '>= 0.2.4'
+    'coco'                      : '== 0.7.0'
+    'request'                   : '== 2.9.x'
+    'underscore'                : '== 1.3.x'
+    'underscore.string'         : '== 2.1.1'
+    'seq'                       : '== 0.3.5'
+    'hashish'                   : '== 0.0.4'
+    'js-yaml'                   : '== 0.3.6'
+    'minimatch'                 : '== 0.2.5'
+    'glob'                      : '== 3.1.9'
+    'findit'                    : '== 0.1.2'
+    'remove'                    : '>= 0.1.1'
+    'mime'                      : '== 1.2.5'
+    'express'                   : '== 2.5.9'
+    'express-resource'          : '== 0.2.4'
     'connect-compiler'          : 'https://github.com/dsc/connect-compiler/tarball/master'
     'connect-compiler-extras'   : 'https://github.com/dsc/connect-compiler-extras/tarball/master'
-    'jade'                      : '>= 0.22.1'
-    'stylus'                    : '>= 0.25.0'
-    'nib'                       : '>= 0.4.0'
-    'browserify'                : '>= 1.9.4'
-    'seq'                       : '>= 0.3.5'
-    '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'
+    'jade'                      : '== 0.22.1'
+    'stylus'                    : '== 0.25.0'
+    'nib'                       : '== 0.4.0'
+    'browserify'                : '== 1.9.4'
+    'backbone'                  : '== 0.9.1'
+    'd3'                        : '== 2.9.x'
+    
 devDependencies                 : 
     'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
-    'expresso'                  : '>= 0.9.2'
-    'uglify-js'                 : '>= 1.2.6'
+    'expresso'                  : '== 0.9.2'
+    'uglify-js'                 : '== 1.2.6'
 
 scripts                         : test:'expresso'
-repository                      : type:'git', url:'git://git@less.ly:kraken-ui.git'
+repository                      : type:'git', url:'git://less.ly/kraken-ui.git'
 
 engine                          : node:'>=0.6.2'
 license                         : 'MIT'
index 4f375bb..3f9d2f1 100644 (file)
   ],
   "author": "David Schoonover <dsc@less.ly> (http://less.ly)",
   "dependencies": {
-    "coco": ">= 0.7.0",
-    "mime": ">= 1.2.5",
-    "express": ">= 2.5.9",
-    "express-resource": ">= 0.2.4",
+    "coco": "== 0.7.0",
+    "request": "== 2.9.x",
+    "underscore": "== 1.3.x",
+    "underscore.string": "== 2.1.1",
+    "seq": "== 0.3.5",
+    "hashish": "== 0.0.4",
+    "js-yaml": "== 0.3.6",
+    "minimatch": "== 0.2.5",
+    "glob": "== 3.1.9",
+    "findit": "== 0.1.2",
+    "remove": ">= 0.1.1",
+    "mime": "== 1.2.5",
+    "express": "== 2.5.9",
+    "express-resource": "== 0.2.4",
     "connect-compiler": "https://github.com/dsc/connect-compiler/tarball/master",
     "connect-compiler-extras": "https://github.com/dsc/connect-compiler-extras/tarball/master",
-    "jade": ">= 0.22.1",
-    "stylus": ">= 0.25.0",
-    "nib": ">= 0.4.0",
-    "browserify": ">= 1.9.4",
-    "seq": ">= 0.3.5",
-    "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"
+    "jade": "== 0.22.1",
+    "stylus": "== 0.25.0",
+    "nib": "== 0.4.0",
+    "browserify": "== 1.9.4",
+    "backbone": "== 0.9.1",
+    "d3": "== 2.9.x"
   },
   "devDependencies": {
     "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",
-    "expresso": ">= 0.9.2",
-    "uglify-js": ">= 1.2.6"
+    "expresso": "== 0.9.2",
+    "uglify-js": "== 1.2.6"
   },
   "scripts": {
     "test": "expresso"
   },
   "repository": {
     "type": "git",
-    "url": "git://git@less.ly:kraken-ui.git"
+    "url": "git://less.ly/kraken-ui.git"
   },
   "engine": {
     "node": ">=0.6.2"