{
  "name": "keyword",
  "description": "Keyword-driven testing library",
  "version": "0.1.1",
  "homepage": "https://github.com/rap1ds/keyword",
  "author": {
    "name": "Mikko Koski",
    "email": "mikkokos@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rap1ds/keyword"
  },
  "bugs": {
    "url": "https://github.com/rap1ds/keyword/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rap1ds/keyword/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/keyword",
  "engines": {
    "node": ">= 0.6.0"
  },
  "dependencies": {
    "underscore": "1.4.x",
    "selenium-node-webdriver": "*"
  },
  "scripts": {
    "test": "mocha"
  },
  "devDependencies": {
    "expect.js": "0.2.x",
    "grunt-mocha-test": "0.2.x",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.2"
  },
  "keywords": [
    "keyword",
    "testing",
    "atdd"
  ]
}
