{
  "name": "cmdt",
  "description": "Command-line tool for testing command-line tools",
  "keywords": [
    "test",
    "cli",
    "command-line",
    "cli integration test"
  ],
  "version": "1.0.0",
  "homepage": "http://github.com/cliffano/cmdt",
  "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
  "contributors": [
    "All contributors (https://github.com/cliffano/cmdt/graphs/contributors)"
  ],
  "main": "./lib/cmdt",
  "bin": {
    "cmdt": "./bin/cmdt"
  },
  "preferGlobal": true,
  "repository": {
    "type": "git",
    "url": "http://github.com/cliffano/cmdt.git"
  },
  "bugs": {
    "url": "http://github.com/cliffano/cmdt/issues"
  },
  "directories": {
    "bin": "./bin",
    "lib": "./lib",
    "test": "./test"
  },
  "dependencies": {
    "async": "^2.0.1",
    "bagofcli": "^0.2.4",
    "colors": "^1.1.2",
    "fs-extra": "^0.30.0",
    "jazz": "^0.0.18",
    "lodash": "^4.14.2",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "rimraf": "^2.5.4",
    "yaml-js": "^0.1.3"
  },
  "devDependencies": {
    "buster-node": "^0.7.1",
    "referee": "^1.2.0"
  },
  "scripts": {},
  "engines": {
    "node": ">= 4.0.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/cliffano/cmdt/raw/master/LICENSE"
    }
  ]
}