{
  "name": "doubleshot",
  "description": "Run separated BDD outlines and content on top of mocha",
  "version": "2.13.1",
  "homepage": "https://github.com/twolfson/doubleshot",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/doubleshot.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/doubleshot/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twolfson/doubleshot/blob/master/LICENSE-MIT"
    }
  ],
  "bin": {
    "doubleshot": "bin/doubleshot"
  },
  "main": "lib/doubleshot",
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "mocha test/doubleshot_test.js"
  },
  "dependencies": {
    "mocha": "1.8.2",
    "underscore": "~1.4.4",
    "glob": "~3.1.21",
    "async": "~0.2.6",
    "commander": "~1.1.1",
    "object-fusion2": "~0.2.0",
    "js-yaml": "~2.1.0",
    "value-mapper": "~1.0.0"
  },
  "devDependencies": {
    "grunt": "~0.3.17",
    "chai": "~1.5.0",
    "async": "~0.2.7"
  },
  "keywords": [
    "bdd",
    "outline",
    "content",
    "separation",
    "modular",
    "mocha"
  ]
}