{
  "name": "Babel",
  "description": "Babel puts a soft cushion between you all the cool new file formats being developed for node.js such as CoffeeScript, SASS, and Jade.",
  "version": "0.0.1",
  "author": "Lucas Wojciechowski <lucas@lucaswoj.com> (http://lucaswoj.com)",
  "main": "src/babel",
  "scripts": {
    "test": "cake test"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "step": "0.0.x",
    "underscore": "1.x.x"
  },
}