{
  "name": "mojito-cli-test",
  "version": "0.0.7",
  "description": "",
  "main": "test.js",
  "dependencies": {
    "mkdirp": "~0.3.5",
    "yui": "~3.10.0",
    "yuitest-coverage": "~0.0.6",
    "yuitest": "~0.7.9",
    "npmlog": "0.0.2",
    "rimraf": "~2.1.4"
  },
  "devDependencies": {
    "tap": "~0.4.1"
  },
  "engines": {
    "node": ">0.8",
    "npm": ">1.1"
  },
  "scripts": {
    "lint": "jshint {.,lib}/*.js*",
    "test": "node tests",
    "cover": "istanbul cover --dir artifacts/coverage tests",
    "clean": "git clean -dfx {.,tests}/artifacts"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/yahoo/mojito-cli-test.git"
  },
  "bugs": "https://github.com/yahoo/mojito-cli-test/issues",
  "contributors": [
    "Caridy Patino <caridy@gmail.com>",
    "Drew Folta <drew@folta.net>",
    "imalberto <imalberto@gmail.com>",
    "Isao Yagi <isao@yahoo-inc.com>",
    "Lichun Zhan <lzhan@yahoo-inc.com>",
    "Michael Ridgway <mridgway@yahoo-inc.com>",
    "Ric Allinson <capecodehq@yahoo.co.uk>",
    "Scott Shattuck"
  ],
  "license": "BSD",
  "keywords": ["mojito", "yui", "unit", "test"]
}
