{
  "name": "abu",
  "description": "Jasmine test skeleton builder for Tetra.js",
  "version": "0.4.1",
  "homepage": "https://github.com/viadeo/abu",
  "author": {
    "name": "Cormac Flynn",
    "email": "cormac.flynn@viadeoteam.com",
    "url": "http://fr.viadeo.com/fr/profile/cormac"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/viadeo/abu.git"
  },
  "bugs": {
    "url": "https://github.com/viadeo/abu/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/viadeo/abu/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/abu",
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "latest",
    "commander": "latest",
    "handlebars": "latest",
    "jshint": "latest",
    "node.extend": "latest",
    "complexity-report": "latest"
  },
  "dependencies": {
    "commander": "latest",
    "handlebars": "latest",
    "jshint": "latest",
    "node.extend": "latest",
    "complexity-report": "latest"
  },
  "keywords": ["jasmine", "tetra"],
  "preferGlobal": "true",
  "bin": {
      "abu" : "lib/abu.js"
  }
}