{ "name": "stitch"
, "description": "Stitch your CommonJS modules together for the browser"
, "contributors":
  [ "Josh Peek"
  , "Sam Stephenson"
  ]
, "version": "0.3.3"
, "licenses": [
  { "type": "MIT"
  , "url": "http://github.com/sstephenson/stitch/raw/master/LICENSE"
  }]
, "main": "./lib/stitch"
, "repository":
  { "type": "git"
  , "url": "http://github.com/sstephenson/stitch.git"
  }
, "dependencies":
  { "async": ">=0.1.15"
  , "underscore": ">=1.1.3"
  }
, "devDependencies" :
  { "coffee-script" : ">= 1.2.0"
  , "nodeunit" : ">= 0.6.4"
  , "eco": ">= 1.1.0-rc-3"
  }
, "engine": { "node": ">=0.6" }
}
