{
  "name": "spacejelly",
  "version": "0.1.0",
  "description": "Run nightwatch tests on Meteor projects.",
  "main": "lib/main.js",
  "scripts": {
    "test": "mocha --colors --reporter spec tests/lib/*"
  },
  "keywords": [
    "nightwatch",
    "meteor"
  ],
  "author": "Dominik Ferber",
  "license": "MIT",
  "preferGlobal": true,
  "directories": {
    "bin": "./bin"
  },
  "dependencies": {
    "chai": "^1.10.0",
    "loglevel": "^1.2.0",
    "nightwatch": "^0.5.35",
    "optimist": "^0.6.1",
    "phantomjs": "^1.9.13",
    "psext": "0.0.4",
    "strip-json-comments": "^1.0.2",
    "temp-write": "^1.1.0",
    "underscore": "^1.7.0",
    "underscore.string": "^2.4.0"
  },
  "bugs": {
    "url": "https://github.com/dferber90/spacejelly/issues",
    "email": "dominik.ferber@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dferber90/spacejelly/"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.1.0",
    "proxyquire": "^1.3.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.6.0"
  }
}
