{
  "name": "volkswagen",
  "version": "1.4.2",
  "description": "Volkswagen detects when your tests are being run in a CI server, and makes them pass.",
  "main": "./.these/aren't/the/source/files/you're/looking/for.js",
  "dependencies": {
    "emitter-listener": "^1.0.1",
    "is-ci": "^1.0.8",
    "mockery": "^1.4.0"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "standard": "^8.1.0",
    "tap": "^6.1.1",
    "tape": "^4.2.1"
  },
  "scripts": {
    "test": "standard && standard .these/aren\\'t/the/source/files/you\\'re/looking/for.js && find test -type f ! -name '*.js' -print0 | xargs -0 -n1 -t node"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auchenberg/volkswagen"
  },
  "keywords": [
    "vw",
    "test",
    "defeat",
    "ci"
  ],
  "author": "Kenneth Auchenberg",
  "contributors": [
    "Thomas Watson Steen <w@tson.dk> https://twitter.com/wa7son"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/auchenberg/volkswagen/issues"
  },
  "homepage": "https://github.com/auchenberg/volkswagen",
  "coordinates": [
    55.6665951,
    12.5798807
  ]
}