{
  "name": "gabarito",
  "version": "0.1.1",
  "author": "Pablo Cabrera <pablo.cabrera.munoz@gmail.com>",
  "description": "JS unit tests",
  "homepage": "https://github.com/pablo-cabrera/gabarito",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/pablo-cabrera/gabarito.git"
  },
  "main": "./lib/gabarito.js",
  "dependencies": {
    "colors": "^1.0.3",
    "phantom": "^6.3.0",
    "xmlbuilder": "^15.1.1"
  },
  "devDependencies": {
    "grunt": "^0.4.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-yuidoc": "^0.4.0",
    "grunt-istanbul": "^0.8.0",
    "grunt-jscs": "^2.8.0",
    "yuidoc-clear-theme": "^1.0.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "bugs": {
    "url": "https://github.com/pablo-cabrera/gabarito/issues"
  }
}
