{
  "name": "nwd",
  "description": "pure node.js implementation of Selenium WebDriver Wire Protocol",
  "version": "0.1.21",
  "author": "2do2go team <dev.2do2go@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/2do2go/nwd"
  },
  "keywords": [
    "webdriver",
    "selenium",
    "test",
    "browser"
  ],
  "dependencies": {},
  "devDependencies": {
    "commander": "2.8.1",
    "expect.js": "0.2.0",
    "jsdoc": "3.2.2",
    "jshint": "2.4.4",
    "mocha": "1.11.0",
    "node-static": "0.7.10",
    "phantomjs": "1.9.7-8",
    "underscore": "1.8.3"
  },
  "main": "./lib/index",
  "scripts": {
    "test": "./scripts/test.js",
    "lint": "./node_modules/.bin/jshint .",
    "doc": "jsdoc lib docs/README.md -d docs/built"
  }
}
