{
  "name": "test-agent",
  "version": "0.28.2",
  "author": "James Lal",
  "description": "execute client side tests from browser report back to cli",
  "main": "lib/node/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla-b2g/js-test-agent.git"
  },

  "bin": {
    "js-test-agent": "bin/js-test-agent"
  },

  "scripts": {
    "test": "make test-node REPORTER=dot"
  },

  "keywords": [
    "test",
    "client",
    "browser",
    "mocha"
  ],

  "dependencies" : {
    "websocket.io": "~0.2",
    "growl": "1.7.0",
    "optimist": "~0.3",
    "ws": "~0.4",
    "debug": "~0.6",
    "match-files": "~0.1.1",
    "node-static": "~0.5"
  },
  "devDependencies": {
    "expect.js": "~0.2",
    "mocha": "~1.21",
    "sinon": "~1.8"
  },

  "license": "MIT",
  "engine": {
    "node": ">=0.4"
  }
}
