{
  "name": "gagarin",
  "version": "0.4.12",
  "description": "another testing framework for your meteor apps",
  "main": "gagarin.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/anticoders/gagarin"
  },
  "keywords": [
    "gagarin",
    "vostok",
    "meteor",
    "test",
    "mocha",
    "laika"
  ],
  "bin": {
    "gagarin": "./bin/gagarin"
  },
  "scripts": {
    "test": "./test.js --verbose"
  },
  "author": "Tomasz Lenarcik (apendua@gmail.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/anticoders/gagarin/issues"
  },
  "homepage": "https://github.com/anticoders/gagarin",
  "devDependencies": {
    "sinon": "^1.17.2"
  },
  "dependencies": {
    "chai": "^1.10.0",
    "chai-things": "^0.2.0",
    "chalk": "^0.5.1",
    "coffee-script": "^1.9.1",
    "commander": "^2.5.0",
    "ddp": "^0.9.2",
    "debounce": "^1.0.0",
    "es6-promise": "^1.0.0",
    "fibers": "^1.0.4",
    "glob": "^5.0.5",
    "lodash": "^3.6.0",
    "mkdirp": "^0.5.0",
    "mocha": "^1.20.1",
    "mongodb": "^1.4.7",
    "portscanner": "1.0.0",
    "wd": "^0.3.11"
  }
}
