{
  "name": "atom-mocha-test-runner",
  "version": "1.2.0",
  "description": "Run your Atom package tests using Mocha",
  "main": "index.js",
  "atomTestRunner": "./test/runner",
  "scripts": {
    "test": "atom --test test/"
  },
  "keywords": [],
  "author": "Michelle Tilley <michelle@michelletilley.net>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BinaryMuse/atom-mocha-test-runner.git"
  },
  "bugs": {
    "url": "https://github.com/BinaryMuse/atom-mocha-test-runner/issues"
  },
  "homepage": "https://github.com/BinaryMuse/atom-mocha-test-runner#readme",
  "license": "MIT",
  "dependencies": {
    "etch": "^0.8.0",
    "grim": "^2.0.1",
    "less": "^2.7.1",
    "mocha": "^3.0.0",
    "tmp": "0.0.31"
  },
  "devDependencies": {
    "chai": "^3.5.0"
  }
}
