{
  "name": "hardy",
  "version": "1.1.0",
  "description": "A collection of steps to run CSS tests using Cucumber and Selenium",
  "homepage": "http://hardy.io/",
  "bugs": {
    "url": "https://github.com/thingsinjars/Hardy/issues"
  },
  "keywords": [
    "cucumber",
    "selenium",
    "automated",
    "css",
    "test"
  ],
  "author": {
    "name": "Simon Madine",
    "email": "simon@thingsinjars.com",
    "web": "http://thingsinjars.com"
  },
  "bin": {
    "hardy": "./bin/hardy"
  },
  "scripts": {
    "test": "grunt test"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://thingsinjars.mit-license.org/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/thingsinjars/Hardy.git"
  },
  "dependencies": {
    "cucumber": "0.3.0",
    "webdriverjs": "0.7.8",
    "phantomjs": "1.9.1-0",
    "win-spawn": "2.0.0",
    "colorlog": "~0.1.1",
    "gm": "1.13.3"
  },
  "devDependencies": {
    "jasmine-node": "1.10.2",
    "mockery": "latest",
    "grunt": "~0.4.1",
    "grunt-jasmine-node": "~0.1.0",
    "grunt-shell": "~0.3.1",
    "grunt-cli": "~0.1.9",
    "grunt-contrib-jshint": "~0.6.3"
  }
}
