name: 'neat'
version: "1.2.2"
description: 'Neat is a project structure for nodejs combined with a customizable command line tool'
author: 'Cédric Néhémie <cedric.nehemie@gmail.com>'
license: 'MIT'
keywords: ['neat', 'coffee']
bugs: 'http://github.com/abe33/neat/issues/'
repository:
  type: 'git'
  url: 'https://github.com/abe33/neat.git'
engine:
  node: '~0.8.0'
scripts:
  test: 'jasmine-node --coffee test/units && cake lint'
