{
  "name": "coffeescript-concat",
  "version": "1.0.14",
  "description": "A utility for combining coffeescript files and resolving their dependencies.",
  "main": "coffeescript-concat.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
	   "prepublish": "./build.sh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fairfieldt/coffeescript-concat"
  },
  "dependencies": {
	  "underscore": "latest",
	  "yargs": "latest",
    "coffee-script": "latest"
  },
  "bin": "./coffeescript-concat",
  "author": "Tom Fairfield",
  "license": "zlib"
}
