{
  "name": "mock-server-standalone-jar",
  "version": "3.10.7",
  "description": "A jarfile, so you don't need to include it in your repository",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/marcodejongh/mock-server-standalone-jar.git"
  },
  "keywords": [
    "selenium",
    "standalone",
    "server",
    "jar"
  ],
  "author": "Marco de Jongh <m.jongh88@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/marcodejongh/mock-server-standalone-jar/issues"
  },
  "homepage": "https://github.com/marcodejongh/mock-server-standalone-jar",
  "devDependencies": {
    "mocha": "~1.17.1",
    "chai": "~1.9.0"
  }
}
