{
  "name": "grunt-vows-test",
  "description": "A grunt task to run your Vows tests.",
  "version": "0.1.2",
  "homepage": "https://github.com/lukaszfiszer/grunt-vows",
  "author": {
    "name": "Lukasz Fiszer"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lukaszfiszer/grunt-vows.git"
  },
  "bugs": {
    "url": "https://github.com/lukaszfiszer/grunt-vows/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/lukaszfiszer/grunt-vows/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "bin": {
    "grunt-vows": "bin/grunt-vows"
  },
  "engines": {
    "node": ">= 0.8.5"
  },
  "scripts": {
    "test": "grunt vows"
  },
  "dependencies": {
  },
  "devDependencies": {
    "grunt": "~0.3.15"
  },
  "keywords": [
    "gruntplugin",
    "grunt",
    "task",
    "vows",
    "unit testing",
    "BDD",
    "vows.js"
  ]
}
